Html Css Color HEX #87C0B0 Monte Carlo

📋 copy color: '#87C0B0'

red 135 ◦ green 192 ◦ blue 176

#87C0B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #87C0B0

Tints of Monte Carlo #87C0B0

RGB

 RED value IS 135 (53.13% from 255) = 26.84%

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 26.84%
G = 38.17%
B = 34.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#87C0B0 (or 0x87C0B0) is known color: Monte Carlo. HEX triplet: 87, C0 and B0. RGB value is (135,192,176). Sum of RGB (Red+Green+Blue) = 135+192+176=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0B0 is #783F4F. Grayscale: #ADADAD. Windows color (decimal): -7880528 or 11583623. OLE color: 11583623.

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

Color convert

RGB 135 192 176 -
CMYK 0.30 0 0.08 0.25
HSL 163.16º 0.31% 0.64% -
HSV(B) 163.16º 0.3% 0.75% -
XYZ 36.68 45.98 48.02 -
YUV 173.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 135 192 176 0.30 0 0.08 0.25 163.16 0.31 0.64
Hex 87 C0 B0 1E 0 8 19 A3 1F 40
Octal 207 300 260 36 0 10 31 243 37 100
Binary 10000111 11000000 10110000 11110 0 1000 11001 10100011 11111 1000000

Color Harmonies of #87C0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C0B0

Black with #87C0B0

Text Example


Text Example

White with #87C0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87C0B0;
 }
 .AnyTagClassName
 {
   color: #87C0B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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