#87C0AC

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

Shades of Monte Carlo #87C0AC

Tints of Monte Carlo #87C0AC

Color information

#87C0AC (or 0x87C0AC) is unknown color: approx Monte Carlo. HEX triplet: 87, C0 and AC. RGB value is (135,192,172). Sum of RGB (Red+Green+Blue) = 135+192+172=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0AC is #783F53. Grayscale: #ACACAC. Windows color (decimal): -7880532 or 11321479. OLE color: 11321479.

HSL color Cylindrical-coordinate representation of color #87C0AC: hue angle of 158.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C0AC is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB135192172-
CMYK0.3000.100.25
HSL158.95º31.15%64.12%-
HSV(B)158.95º29.69%75.29%-
XYZ36.2945.8345.96-
YUV172.68127.62101.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=27.05%
G=38.48%
B=34.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921720.3000.100.25158.9531.1564.12
Hex87C0AC1E0A199f1f40
Octal207300254360123123737100
Binary10000111110000001010110011110010101100110011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,192,172); }

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

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

 a { background-color: rgb(135,192,172); }

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

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

 span { border-color: rgb(135,192,172); }

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