#88CCB2

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

Shades of Monte Carlo #88CCB2

Tints of Monte Carlo #88CCB2

Color information

#88CCB2 (or 0x88CCB2) is unknown color: approx Monte Carlo. HEX triplet: 88, CC and B2. RGB value is (136,204,178). Sum of RGB (Red+Green+Blue) = 136+204+178=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCB2 is #77334D. Grayscale: #B4B4B4. Windows color (decimal): -7811918 or 11717768. OLE color: 11717768.

HSL color Cylindrical-coordinate representation of color #88CCB2: hue angle of 157.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCB2 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB136204178-
CMYK0.3300.130.2
HSL157.06º40%66.67%-
HSV(B)157.06º33.33%80%-
XYZ39.7851.6349.99-
YUV180.7126.4796.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=26.25%
G=39.38%
B=34.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041780.3300.130.2157.064066.67
Hex88CCB2210D149d2843
Octal210314262410152423550103
Binary1000100011001100101100101000010110110100100111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,178); }

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

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

 a { background-color: rgb(136,204,178); }

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

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

 span { border-color: rgb(136,204,178); }

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