#88FAD1

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

Shades of Aquamarine #88FAD1

Tints of Aquamarine #88FAD1

Color information

#88FAD1 (or 0x88FAD1) is unknown color: approx Aquamarine. HEX triplet: 88, FA and D1. RGB value is (136,250,209). Sum of RGB (Red+Green+Blue) = 136+250+209=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FAD1 is #77052E. Grayscale: #D3D3D3. Windows color (decimal): -7800111 or 13761160. OLE color: 13761160.

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

Color convert

RGB136250209-
CMYK0.4600.160.02
HSL158.42º91.94%75.69%-
HSV(B)158.42º45.6%98.04%-
XYZ55.8578.2172.47-
YUV211.24126.7374.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.86%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=22.86%
G=42.02%
B=35.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502090.4600.160.02158.4291.9475.69
Hex88FAD12E01029e5c4c
Octal210372321560202236134114
Binary100010001111101011010001101110010000101001111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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