#88FDE0

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

Shades of Aquamarine #88FDE0

Tints of Aquamarine #88FDE0

Color information

#88FDE0 (or 0x88FDE0) is unknown color: approx Aquamarine. HEX triplet: 88, FD and E0. RGB value is (136,253,224). Sum of RGB (Red+Green+Blue) = 136+253+224=613 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.19% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDE0 is #77021F. Grayscale: #D6D6D6. Windows color (decimal): -7799328 or 14744968. OLE color: 14744968.

HSL color Cylindrical-coordinate representation of color #88FDE0: hue angle of 165.13º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDE0 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB136253224-
CMYK0.4600.110.01
HSL165.13º96.69%76.27%-
HSV(B)165.13º46.25%99.22%-
XYZ58.7380.8783.03-
YUV214.71133.2471.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.19%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=22.19%
G=41.27%
B=36.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362532240.4600.110.01165.1396.6976.27
Hex88FDE02E0B1a5614c
Octal210375340560131245141114
Binary1000100011111101111000001011100101111010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,253,224); }

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

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

 a { background-color: rgb(136,253,224); }

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

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

 span { border-color: rgb(136,253,224); }

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