#80F2CE

Color #80F2CE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #80F2CE

Tints of Aquamarine #80F2CE

Color information

#80F2CE (or 0x80F2CE) is unknown color: approx Aquamarine. HEX triplet: 80, F2 and CE. RGB value is (128,242,206). Sum of RGB (Red+Green+Blue) = 128+242+206=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #80F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F2CE is #7F0D31. Grayscale: #CBCBCB. Windows color (decimal): -8326450 or 13562496. OLE color: 13562496.

HSL color Cylindrical-coordinate representation of color #80F2CE: hue angle of 161.05º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F2CE is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB128242206-
CMYK0.4700.150.05
HSL161.05º81.43%72.55%-
HSV(B)161.05º47.11%94.9%-
XYZ51.7972.5569.67-
YUV203.81129.2373.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.22%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=22.22%
G=42.01%
B=35.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282422060.4700.150.05161.0581.4372.55
Hex80F2CE2F0F5a15149
Octal200362316570175241121111
Binary100000001111001011001110101111011111011010000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,206); }

 H1.HeaderClassName
 {
   color: #80F2CE;
 }
 .AnyTagClassName
 {
   color: #80F2CE;
 }
</style>
background-color css

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

 a { background-color: rgb(128,242,206); }

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

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

 span { border-color: rgb(128,242,206); }

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