#88FAE4

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

Shades of Aquamarine #88FAE4

Tints of Aquamarine #88FAE4

Color information

#88FAE4 (or 0x88FAE4) is unknown color: approx Aquamarine. HEX triplet: 88, FA and E4. RGB value is (136,250,228). Sum of RGB (Red+Green+Blue) = 136+250+228=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAE4 is #77051B. Grayscale: #D5D5D5. Windows color (decimal): -7800092 or 15006344. OLE color: 15006344.

HSL color Cylindrical-coordinate representation of color #88FAE4: hue angle of 168.42º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FAE4 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB136250228-
CMYK0.4600.090.02
HSL168.42º91.94%75.69%-
HSV(B)168.42º45.6%98.04%-
XYZ58.3479.2185.61-
YUV213.41136.2372.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.15%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=22.15%
G=40.72%
B=37.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502280.4600.090.02168.4291.9475.69
Hex88FAE42E092a85c4c
Octal210372344560112250134114
Binary10001000111110101110010010111001001101010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,250,228); }

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

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

 a { background-color: rgb(136,250,228); }

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

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

 span { border-color: rgb(136,250,228); }

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