#88F2C0

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

Shades of Aquamarine #88F2C0

Tints of Aquamarine #88F2C0

Color information

#88F2C0 (or 0x88F2C0) is unknown color: approx Aquamarine. HEX triplet: 88, F2 and C0. RGB value is (136,242,192). Sum of RGB (Red+Green+Blue) = 136+242+192=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #88F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F2C0 is #770D3F. Grayscale: #CCCCCC. Windows color (decimal): -7802176 or 12645000. OLE color: 12645000.

HSL color Cylindrical-coordinate representation of color #88F2C0: hue angle of 151.7º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F2C0 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB136242192-
CMYK0.4400.210.05
HSL151.7º80.3%74.12%-
HSV(B)151.7º43.8%94.9%-
XYZ51.4272.5461.16-
YUV204.61120.8879.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.86%
GREEN value IS 242 (94.92% from 255) = 42.46%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=23.86%
G=42.46%
B=33.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362421920.4400.210.05151.780.374.12
Hex88F2C02C015598504a
Octal210362300540255230120112
Binary1000100011110010110000001011000101011011001100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,242,192); }

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

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

 a { background-color: rgb(136,242,192); }

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

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

 span { border-color: rgb(136,242,192); }

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