#88FAD8

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

Shades of Aquamarine #88FAD8

Tints of Aquamarine #88FAD8

Color information

#88FAD8 (or 0x88FAD8) is unknown color: approx Aquamarine. HEX triplet: 88, FA and D8. RGB value is (136,250,216). Sum of RGB (Red+Green+Blue) = 136+250+216=602 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.59% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAD8 is #770527. Grayscale: #D4D4D4. Windows color (decimal): -7800104 or 14219912. OLE color: 14219912.

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

Color convert

RGB136250216-
CMYK0.4600.140.02
HSL162.11º91.94%75.69%-
HSV(B)162.11º45.6%98.04%-
XYZ56.7378.5677.14-
YUV212.04130.2373.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.59%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=22.59%
G=41.53%
B=35.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502160.4600.140.02162.1191.9475.69
Hex88FAD82E0E2a25c4c
Octal210372330560162242134114
Binary10001000111110101101100010111001110101010001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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