#7FBCB0

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

Shades of Monte Carlo #7FBCB0

Tints of Monte Carlo #7FBCB0

Color information

#7FBCB0 (or 0x7FBCB0) is unknown color: approx Monte Carlo. HEX triplet: 7F, BC and B0. RGB value is (127,188,176). Sum of RGB (Red+Green+Blue) = 127+188+176=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCB0 is #80434F. Grayscale: #A8A8A8. Windows color (decimal): -8405840 or 11582591. OLE color: 11582591.

HSL color Cylindrical-coordinate representation of color #7FBCB0: hue angle of 168.2º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCB0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB127188176-
CMYK0.3200.060.26
HSL168.2º31.28%61.76%-
HSV(B)168.2º32.45%73.73%-
XYZ34.5743.6147.67-
YUV168.39132.2998.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=25.87%
G=38.29%
B=35.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881760.3200.060.26168.231.2861.76
Hex7FBCB020061Aa81f3e
Octal1772742604006322503776
Binary111111110111100101100001000000110110101010100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBCB0; }

 p { color: rgb(127,188,176); }

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

<style>
 a { background-color: #7FBCB0; }

 a { background-color: rgb(127,188,176); }

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

<style>
 span { border-color: #7FBCB0; }

 span { border-color: rgb(127,188,176); }

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