#88F6DE

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

Shades of Aquamarine #88F6DE

Tints of Aquamarine #88F6DE

Color information

#88F6DE (or 0x88F6DE) is unknown color: approx Aquamarine. HEX triplet: 88, F6 and DE. RGB value is (136,246,222). Sum of RGB (Red+Green+Blue) = 136+246+222=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6DE is #770921. Grayscale: #D2D2D2. Windows color (decimal): -7801122 or 14612104. OLE color: 14612104.

HSL color Cylindrical-coordinate representation of color #88F6DE: hue angle of 166.91º 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 #88F6DE is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB136246222-
CMYK0.4500.100.04
HSL166.91º85.94%74.9%-
HSV(B)166.91º44.72%96.47%-
XYZ56.2976.4280.89-
YUV210.37134.5674.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.52%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=22.52%
G=40.73%
B=36.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1362462220.4500.100.04166.9185.9474.9
Hex88F6DE2D0A4a7564b
Octal210366336550124247126113
Binary100010001111011011011110101101010101001010011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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