#88C1BD

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

Shades of Monte Carlo #88C1BD

Tints of Monte Carlo #88C1BD

Color information

#88C1BD (or 0x88C1BD) is unknown color: approx Monte Carlo. HEX triplet: 88, C1 and BD. RGB value is (136,193,189). Sum of RGB (Red+Green+Blue) = 136+193+189=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #88C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1BD is #773E42. Grayscale: #AFAFAF. Windows color (decimal): -7814723 or 12435848. OLE color: 12435848.

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

Color convert

RGB136193189-
CMYK0.3000.020.24
HSL175.79º31.49%64.51%-
HSV(B)175.79º29.53%75.69%-
XYZ38.4147.0555.2-
YUV175.5135.6299.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=26.25%
G=37.26%
B=36.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361931890.3000.020.24175.7931.4964.51
Hex88C1BD1E0218b01f41
Octal21030127536023026037101
Binary100010001100000110111101111100101100010110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,193,189); }

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

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

 a { background-color: rgb(136,193,189); }

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

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

 span { border-color: rgb(136,193,189); }

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