#88F0CE

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

Shades of Aquamarine #88F0CE

Tints of Aquamarine #88F0CE

Color information

#88F0CE (or 0x88F0CE) is unknown color: approx Aquamarine. HEX triplet: 88, F0 and CE. RGB value is (136,240,206). Sum of RGB (Red+Green+Blue) = 136+240+206=582 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.37% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F0CE is #770F31. Grayscale: #CDCDCD. Windows color (decimal): -7802674 or 13561992. OLE color: 13561992.

HSL color Cylindrical-coordinate representation of color #88F0CE: hue angle of 160.38º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0CE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB136240206-
CMYK0.4300.140.06
HSL160.38º77.61%73.73%-
HSV(B)160.38º43.33%94.12%-
XYZ52.4572.0169.53-
YUV205.03128.5478.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.37%
GREEN value IS 240 (94.14% from 255) = 41.24%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=23.37%
G=41.24%
B=35.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362402060.4300.140.06160.3877.6173.73
Hex88F0CE2B0E6a04e4a
Octal210360316530166240116112
Binary100010001111000011001110101011011101101010000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,240,206); }

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

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

 a { background-color: rgb(136,240,206); }

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

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

 span { border-color: rgb(136,240,206); }

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