#88C2B0

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

Shades of Monte Carlo #88C2B0

Tints of Monte Carlo #88C2B0

Color information

#88C2B0 (or 0x88C2B0) is unknown color: approx Monte Carlo. HEX triplet: 88, C2 and B0. RGB value is (136,194,176). Sum of RGB (Red+Green+Blue) = 136+194+176=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C2B0 is #773D4F. Grayscale: #AEAEAE. Windows color (decimal): -7814480 or 11584136. OLE color: 11584136.

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

Color convert

RGB136194176-
CMYK0.3000.090.24
HSL161.38º32.22%64.71%-
HSV(B)161.38º29.9%76.08%-
XYZ37.2846.9548.17-
YUV174.61128.78100.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=26.88%
G=38.34%
B=34.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941760.3000.090.24161.3832.2264.71
Hex88C2B01E0918a12041
Octal210302260360113024140101
Binary100010001100001010110000111100100111000101000011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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