#88EFCA

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

Shades of Aquamarine #88EFCA

Tints of Aquamarine #88EFCA

Color information

#88EFCA (or 0x88EFCA) is unknown color: approx Aquamarine. HEX triplet: 88, EF and CA. RGB value is (136,239,202). Sum of RGB (Red+Green+Blue) = 136+239+202=577 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.57% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EFCA is #771035. Grayscale: #CCCCCC. Windows color (decimal): -7802934 or 13299592. OLE color: 13299592.

HSL color Cylindrical-coordinate representation of color #88EFCA: hue angle of 158.45º 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 #88EFCA is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB136239202-
CMYK0.4300.150.06
HSL158.45º76.3%73.53%-
HSV(B)158.45º43.1%93.73%-
XYZ51.6871.2366.9-
YUV203.98126.8879.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.57%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=23.57%
G=41.42%
B=35.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362392020.4300.150.06158.4576.373.53
Hex88EFCA2B0F69e4c4a
Octal210357312530176236114112
Binary100010001110111111001010101011011111101001111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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