#88FAD9

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

Shades of Aquamarine #88FAD9

Tints of Aquamarine #88FAD9

Color information

#88FAD9 (or 0x88FAD9) is unknown color: approx Aquamarine. HEX triplet: 88, FA and D9. RGB value is (136,250,217). Sum of RGB (Red+Green+Blue) = 136+250+217=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAD9 is #770526. Grayscale: #D4D4D4. Windows color (decimal): -7800103 or 14285448. OLE color: 14285448.

HSL color Cylindrical-coordinate representation of color #88FAD9: hue angle of 162.63º 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 #88FAD9 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB136250217-
CMYK0.4600.130.02
HSL162.63º91.94%75.69%-
HSV(B)162.63º45.6%98.04%-
XYZ56.8678.6277.82-
YUV212.15130.7373.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.55%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=22.55%
G=41.46%
B=35.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502170.4600.130.02162.6391.9475.69
Hex88FAD92E0D2a35c4c
Octal210372331560152243134114
Binary10001000111110101101100110111001101101010001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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