#88C5B4

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

Shades of Monte Carlo #88C5B4

Tints of Monte Carlo #88C5B4

Color information

#88C5B4 (or 0x88C5B4) is unknown color: approx Monte Carlo. HEX triplet: 88, C5 and B4. RGB value is (136,197,180). Sum of RGB (Red+Green+Blue) = 136+197+180=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #88C5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C5B4 is #773A4B. Grayscale: #B0B0B0. Windows color (decimal): -7813708 or 11847048. OLE color: 11847048.

HSL color Cylindrical-coordinate representation of color #88C5B4: hue angle of 163.28º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C5B4 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB136197180-
CMYK0.3100.090.23
HSL163.28º34.46%65.29%-
HSV(B)163.28º30.96%77.25%-
XYZ38.3648.4650.51-
YUV176.82129.7998.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=26.51%
G=38.40%
B=35.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361971800.3100.090.23163.2834.4665.29
Hex88C5B41F0917a32241
Octal210305264370112724342101
Binary100010001100010110110100111110100110111101000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,197,180); }

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

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

 a { background-color: rgb(136,197,180); }

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

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

 span { border-color: rgb(136,197,180); }

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