#87C0BA

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

Shades of Monte Carlo #87C0BA

Tints of Monte Carlo #87C0BA

Color information

#87C0BA (or 0x87C0BA) is unknown color: approx Monte Carlo. HEX triplet: 87, C0 and BA. RGB value is (135,192,186). Sum of RGB (Red+Green+Blue) = 135+192+186=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0BA is #783F45. Grayscale: #AEAEAE. Windows color (decimal): -7880518 or 12238983. OLE color: 12238983.

HSL color Cylindrical-coordinate representation of color #87C0BA: hue angle of 173.68º 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 #87C0BA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB135192186-
CMYK0.3000.030.25
HSL173.68º31.15%64.12%-
HSV(B)173.68º29.69%75.29%-
XYZ37.746.453.42-
YUV174.27134.6299.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=26.32%
G=37.43%
B=36.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921860.3000.030.25173.6831.1564.12
Hex87C0BA1E0319ae1f40
Octal20730027236033125637100
Binary100001111100000010111010111100111100110101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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