#88EDDD

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

Shades of Aquamarine #88EDDD

Tints of Aquamarine #88EDDD

Color information

#88EDDD (or 0x88EDDD) is unknown color: approx Aquamarine. HEX triplet: 88, ED and DD. RGB value is (136,237,221). Sum of RGB (Red+Green+Blue) = 136+237+221=594 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.90% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #88EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EDDD is #771222. Grayscale: #CCCCCC. Windows color (decimal): -7803427 or 14544264. OLE color: 14544264.

HSL color Cylindrical-coordinate representation of color #88EDDD: hue angle of 170.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EDDD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB136237221-
CMYK0.4300.070.07
HSL170.5º73.72%73.14%-
HSV(B)170.5º42.62%92.94%-
XYZ53.4971.0279.3-
YUV204.98137.0478.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.90%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=22.90%
G=39.90%
B=37.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362372210.4300.070.07170.573.7273.14
Hex88EDDD2B077aa4a49
Octal21035533553077252112111
Binary10001000111011011101110110101101111111010101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88EDDD; }

 p { color: rgb(136,237,221); }

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

<style>
 a { background-color: #88EDDD; }

 a { background-color: rgb(136,237,221); }

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

<style>
 span { border-color: #88EDDD; }

 span { border-color: rgb(136,237,221); }

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