#88ECDD

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

Shades of Aquamarine #88ECDD

Tints of Aquamarine #88ECDD

Color information

#88ECDD (or 0x88ECDD) is unknown color: approx Aquamarine. HEX triplet: 88, EC and DD. RGB value is (136,236,221). Sum of RGB (Red+Green+Blue) = 136+236+221=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECDD is #771322. Grayscale: #CCCCCC. Windows color (decimal): -7803683 or 14544008. OLE color: 14544008.

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

Color convert

RGB136236221-
CMYK0.4200.060.07
HSL171º72.46%72.94%-
HSV(B)171º42.37%92.55%-
XYZ53.270.4579.2-
YUV204.39137.3779.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.93%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=22.93%
G=39.80%
B=37.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362362210.4200.060.0717172.4672.94
Hex88ECDD2A067ab4849
Octal21035433552067253110111
Binary10001000111011001101110110101001101111010101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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