#80EEC4

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

Shades of Aquamarine #80EEC4

Tints of Aquamarine #80EEC4

Color information

#80EEC4 (or 0x80EEC4) is unknown color: approx Aquamarine. HEX triplet: 80, EE and C4. RGB value is (128,238,196). Sum of RGB (Red+Green+Blue) = 128+238+196=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEC4 is #7F113B. Grayscale: #C8C8C8. Windows color (decimal): -8327484 or 12906112. OLE color: 12906112.

HSL color Cylindrical-coordinate representation of color #80EEC4: hue angle of 157.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 #80EEC4 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB128238196-
CMYK0.4600.180.07
HSL157.09º76.39%71.76%-
HSV(B)157.09º46.22%93.33%-
XYZ49.4469.7263.08-
YUV200.32125.5676.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=22.78%
G=42.35%
B=34.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381960.4600.180.07157.0976.3971.76
Hex80EEC42E01279d4c48
Octal200356304560227235114110
Binary1000000011101110110001001011100100101111001110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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