Html Css Color HEX #80FECC Aquamarine

📋 copy color: '#80FECC'

red 128 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #80FECC

Tints of Aquamarine #80FECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.34%

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

R = 21.84%
G = 43.34%
B = 34.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#80FECC (or 0x80FECC) is known color: Aquamarine. HEX triplet: 80, FE and CC. RGB value is (128,254,204). Sum of RGB (Red+Green+Blue) = 128+254+204=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #80FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FECC is #7F0133. Grayscale: #D2D2D2. Windows color (decimal): -8323380 or 13434496. OLE color: 13434496.

HSL color Cylindrical-coordinate representation of color #80FECC: hue angle of 156.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FECC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 204 -
CMYK 0.50 0 0.20 0.00
HSL 156.19º 0.98% 0.75% -
HSV(B) 156.19º 0.5% 1% -
XYZ 55.24 79.83 69.62 -
YUV 210.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 128 254 204 0.50 0 0.20 0.00 156.19 0.98 0.75
Hex 80 FE CC 32 0 14 0 9C 62 4B
Octal 200 376 314 62 0 24 0 234 142 113
Binary 10000000 11111110 11001100 110010 0 10100 0 10011100 1100010 1001011

Color Harmonies of #80FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FECC

Black with #80FECC

Text Example


Text Example

White with #80FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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