#87C2B4

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

Shades of Monte Carlo #87C2B4

Tints of Monte Carlo #87C2B4

Color information

#87C2B4 (or 0x87C2B4) is unknown color: approx Monte Carlo. HEX triplet: 87, C2 and B4. RGB value is (135,194,180). Sum of RGB (Red+Green+Blue) = 135+194+180=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #87C2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2B4 is #783D4B. Grayscale: #AEAEAE. Windows color (decimal): -7880012 or 11846279. OLE color: 11846279.

HSL color Cylindrical-coordinate representation of color #87C2B4: hue angle of 165.76º degrees, saturation: 0.33, 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 #87C2B4 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB135194180-
CMYK0.3000.070.24
HSL165.76º32.6%64.51%-
HSV(B)165.76º30.41%76.08%-
XYZ37.5247.0350.28-
YUV174.76130.9599.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=26.52%
G=38.11%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351941800.3000.070.24165.7632.664.51
Hex87C2B41E0718a62141
Octal20730226436073024641101
Binary10000111110000101011010011110011111000101001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C2B4; }

 p { color: rgb(135,194,180); }

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

<style>
 a { background-color: #87C2B4; }

 a { background-color: rgb(135,194,180); }

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

<style>
 span { border-color: #87C2B4; }

 span { border-color: rgb(135,194,180); }

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