#88C2AA

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

Shades of Monte Carlo #88C2AA

Tints of Monte Carlo #88C2AA

Color information

#88C2AA (or 0x88C2AA) is unknown color: approx Monte Carlo. HEX triplet: 88, C2 and AA. RGB value is (136,194,170). Sum of RGB (Red+Green+Blue) = 136+194+170=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C2AA is #773D55. Grayscale: #ADADAD. Windows color (decimal): -7814486 or 11190920. OLE color: 11190920.

HSL color Cylindrical-coordinate representation of color #88C2AA: hue angle of 155.17º 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 #88C2AA is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB136194170-
CMYK0.3000.120.24
HSL155.17º32.22%64.71%-
HSV(B)155.17º29.9%76.08%-
XYZ36.746.7245.11-
YUV173.92125.78100.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=27.2%
G=38.8%
B=34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941700.3000.120.24155.1732.2264.71
Hex88C2AA1E0C189b2041
Octal210302252360143023340101
Binary100010001100001010101010111100110011000100110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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