#80EECF

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

Shades of Aquamarine #80EECF

Tints of Aquamarine #80EECF

Color information

#80EECF (or 0x80EECF) is unknown color: approx Aquamarine. HEX triplet: 80, EE and CF. RGB value is (128,238,207). Sum of RGB (Red+Green+Blue) = 128+238+207=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #80EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EECF is #7F1130. Grayscale: #C9C9C9. Windows color (decimal): -8327473 or 13627008. OLE color: 13627008.

HSL color Cylindrical-coordinate representation of color #80EECF: hue angle of 163.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EECF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB128238207-
CMYK0.4600.130.07
HSL163.09º76.39%71.76%-
HSV(B)163.09º46.22%93.33%-
XYZ50.7470.2469.92-
YUV201.58131.0675.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=22.34%
G=41.54%
B=36.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282382070.4600.130.07163.0976.3971.76
Hex80EECF2E0D7a34c48
Octal200356317560157243114110
Binary100000001110111011001111101110011011111010001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,207); }

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

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

 a { background-color: rgb(128,238,207); }

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

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

 span { border-color: rgb(128,238,207); }

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