#88c2ba

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

Shades of Monte Carlo #88C2BA

Tints of Monte Carlo #88C2BA

Color information

#88C2BA (or 0x88C2BA) is unknown color: approx Monte Carlo. HEX triplet: 88, C2 and BA. RGB value is (136,194,186). Sum of RGB (Red+Green+Blue) = 136+194+186=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2BA is #773D45. Grayscale: #AFAFAF. Windows color (decimal): -7814470 or 12239496. OLE color: 12239496.

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

Color convert

RGB136194186-
CMYK0.3000.040.24
HSL171.72º32.22%64.71%-
HSV(B)171.72º29.9%76.08%-
XYZ38.3147.3653.58-
YUV175.75133.7899.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=26.36%
G=37.60%
B=36.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941860.3000.040.24171.7232.2264.71
Hex88C2BA1E0418ac2041
Octal21030227236043025440101
Binary10001000110000101011101011110010011000101011001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88c2ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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