Html Css Color HEX #80FEC8 Aquamarine

📋 copy color: '#80FEC8'

red 128 ◦ green 254 ◦ blue 200

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

Shades of Aquamarine #80FEC8

Tints of Aquamarine #80FEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 21.99%
G = 43.64%
B = 34.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#80FEC8 (or 0x80FEC8) is known color: Aquamarine. HEX triplet: 80, FE and C8. RGB value is (128,254,200). Sum of RGB (Red+Green+Blue) = 128+254+200=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEC8 is #7F0137. Grayscale: #D2D2D2. Windows color (decimal): -8323384 or 13172352. OLE color: 13172352.

HSL color Cylindrical-coordinate representation of color #80FEC8: hue angle of 154.29º 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 #80FEC8 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 200 -
CMYK 0.50 0 0.21 0.00
HSL 154.29º 0.98% 0.75% -
HSV(B) 154.29º 0.5% 1% -
XYZ 54.77 79.64 67.13 -
YUV 210.17 122.26 69.39 -
System Red Green Blue C M Y K H S L
Decimal 128 254 200 0.50 0 0.21 0.00 154.29 0.98 0.75
Hex 80 FE C8 32 0 15 0 9A 62 4B
Octal 200 376 310 62 0 25 0 232 142 113
Binary 10000000 11111110 11001000 110010 0 10101 0 10011010 1100010 1001011

Color Harmonies of #80FEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEC8

Black with #80FEC8

Text Example


Text Example

White with #80FEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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