#88F6C6

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

Shades of Aquamarine #88F6C6

Tints of Aquamarine #88F6C6

Color information

#88F6C6 (or 0x88F6C6) is unknown color: approx Aquamarine. HEX triplet: 88, F6 and C6. RGB value is (136,246,198). Sum of RGB (Red+Green+Blue) = 136+246+198=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6C6 is #770939. Grayscale: #CFCFCF. Windows color (decimal): -7801146 or 13039240. OLE color: 13039240.

HSL color Cylindrical-coordinate representation of color #88F6C6: hue angle of 153.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6C6 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB136246198-
CMYK0.4500.200.04
HSL153.82º85.94%74.9%-
HSV(B)153.82º44.72%96.47%-
XYZ53.375.2265.14-
YUV207.64122.5676.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.45%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=23.45%
G=42.41%
B=34.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1362461980.4500.200.04153.8285.9474.9
Hex88F6C62D01449a564b
Octal210366306550244232126113
Binary1000100011110110110001101011010101001001001101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,246,198); }

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

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

 a { background-color: rgb(136,246,198); }

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

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

 span { border-color: rgb(136,246,198); }

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