Html Css Color HEX #80FACC Aquamarine

📋 copy color: '#80FACC'

red 128 ◦ green 250 ◦ blue 204

#80FACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #80FACC

Tints of Aquamarine #80FACC

RGB

 RED value IS 128 (50.39% from 255) = 21.99%

 GREEN value IS 250 (98.05% from 255) = 42.96%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 21.99%
G = 42.96%
B = 35.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80FACC (or 0x80FACC) is known color: Aquamarine. HEX triplet: 80, FA and CC. RGB value is (128,250,204). Sum of RGB (Red+Green+Blue) = 128+250+204=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #80FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FACC is #7F0533. Grayscale: #D0D0D0. Windows color (decimal): -8324404 or 13433472. OLE color: 13433472.

HSL color Cylindrical-coordinate representation of color #80FACC: hue angle of 157.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FACC is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 204 -
CMYK 0.49 0 0.18 0.02
HSL 157.38º 0.92% 0.74% -
HSV(B) 157.38º 0.49% 0.98% -
XYZ 53.99 77.32 69.21 -
YUV 208.28 125.58 70.74 -
System Red Green Blue C M Y K H S L
Decimal 128 250 204 0.49 0 0.18 0.02 157.38 0.92 0.74
Hex 80 FA CC 31 0 12 2 9D 5C 4A
Octal 200 372 314 61 0 22 2 235 134 112
Binary 10000000 11111010 11001100 110001 0 10010 10 10011101 1011100 1001010

Color Harmonies of #80FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FACC

Black with #80FACC

Text Example


Text Example

White with #80FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FACC; }

 p { color: rgb(128,250,204); }

 H1.HeaderClassName
 {
   color: #80FACC;
 }
 .AnyTagClassName
 {
   color: #80FACC;
 }
</style>

background-color css

<style>
 a { background-color: #80FACC; }

 a { background-color: rgb(128,250,204); }

 div.DivClassName
 {
   background-color: #80FACC;
 }
 .BgClassName
 {
   background-color: #80FACC;
 }
</style>

border-color css

<style>
 span { border-color: #80FACC; }

 span { border-color: rgb(128,250,204); }

 td.TdClassName
 {
   border-color: #80FACC;
 }
 .TagClassName
 {
   border-color: #80FACC;
 }
</style>