#88FADE

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

Shades of Aquamarine #88FADE

Tints of Aquamarine #88FADE

Color information

#88FADE (or 0x88FADE) is unknown color: approx Aquamarine. HEX triplet: 88, FA and DE. RGB value is (136,250,222). Sum of RGB (Red+Green+Blue) = 136+250+222=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #88FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FADE is #770521. Grayscale: #D4D4D4. Windows color (decimal): -7800098 or 14613128. OLE color: 14613128.

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

Color convert

RGB136250222-
CMYK0.4600.110.02
HSL165.26º91.94%75.69%-
HSV(B)165.26º45.6%98.04%-
XYZ57.5278.8881.3-
YUV212.72133.2373.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.37%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=22.37%
G=41.12%
B=36.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502220.4600.110.02165.2691.9475.69
Hex88FADE2E0B2a55c4c
Octal210372336560132245134114
Binary10001000111110101101111010111001011101010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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