#88EFDA

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

Shades of Aquamarine #88EFDA

Tints of Aquamarine #88EFDA

Color information

#88EFDA (or 0x88EFDA) is unknown color: approx Aquamarine. HEX triplet: 88, EF and DA. RGB value is (136,239,218). Sum of RGB (Red+Green+Blue) = 136+239+218=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFDA is #771025. Grayscale: #CDCDCD. Windows color (decimal): -7802918 or 14348168. OLE color: 14348168.

HSL color Cylindrical-coordinate representation of color #88EFDA: hue angle of 167.77º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EFDA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB136239218-
CMYK0.4300.090.06
HSL167.77º76.3%73.53%-
HSV(B)167.77º43.1%93.73%-
XYZ53.6772.0377.4-
YUV205.81134.8878.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.93%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=22.93%
G=40.30%
B=36.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362392180.4300.090.06167.7776.373.53
Hex88EFDA2B096a84c4a
Octal210357332530116250114112
Binary100010001110111111011010101011010011101010100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,239,218); }

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

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

 a { background-color: rgb(136,239,218); }

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

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

 span { border-color: rgb(136,239,218); }

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