#88EEDE

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

Shades of Aquamarine #88EEDE

Tints of Aquamarine #88EEDE

Color information

#88EEDE (or 0x88EEDE) is unknown color: approx Aquamarine. HEX triplet: 88, EE and DE. RGB value is (136,238,222). Sum of RGB (Red+Green+Blue) = 136+238+222=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #88EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EEDE is #771121. Grayscale: #CDCDCD. Windows color (decimal): -7803170 or 14610056. OLE color: 14610056.

HSL color Cylindrical-coordinate representation of color #88EEDE: hue angle of 170.59º degrees, saturation: 0.75, 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 #88EEDE is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB136238222-
CMYK0.4300.070.07
HSL170.59º75%73.33%-
HSV(B)170.59º42.86%93.33%-
XYZ53.9171.6680.1-
YUV205.68137.2178.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 238 (93.36% from 255) = 39.93%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=22.82%
G=39.93%
B=37.25%

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
Decimal1362382220.4300.070.07170.597573.33
Hex88EEDE2B077ab4b49
Octal21035633653077253113111
Binary10001000111011101101111010101101111111010101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,238,222); }

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

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

 a { background-color: rgb(136,238,222); }

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

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

 span { border-color: rgb(136,238,222); }

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