#88C2AF

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

Shades of Monte Carlo #88C2AF

Tints of Monte Carlo #88C2AF

Color information

#88C2AF (or 0x88C2AF) is unknown color: approx Monte Carlo. HEX triplet: 88, C2 and AF. RGB value is (136,194,175). Sum of RGB (Red+Green+Blue) = 136+194+175=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C2AF is #773D50. Grayscale: #AEAEAE. Windows color (decimal): -7814481 or 11518600. OLE color: 11518600.

HSL color Cylindrical-coordinate representation of color #88C2AF: hue angle of 160.34º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C2AF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB136194175-
CMYK0.3000.100.24
HSL160.34º32.22%64.71%-
HSV(B)160.34º29.9%76.08%-
XYZ37.1846.9147.65-
YUV174.49128.28100.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=26.93%
G=38.42%
B=34.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941750.3000.100.24160.3432.2264.71
Hex88C2AF1E0A18a02041
Octal210302257360123024040101
Binary100010001100001010101111111100101011000101000001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,194,175); }

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

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

 a { background-color: rgb(136,194,175); }

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

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

 span { border-color: rgb(136,194,175); }

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