#7CBBB1

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

Shades of Monte Carlo #7CBBB1

Tints of Monte Carlo #7CBBB1

Color information

#7CBBB1 (or 0x7CBBB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, BB and B1. RGB value is (124,187,177). Sum of RGB (Red+Green+Blue) = 124+187+177=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBBB1 is #83444E. Grayscale: #A7A7A7. Windows color (decimal): -8602703 or 11647868. OLE color: 11647868.

HSL color Cylindrical-coordinate representation of color #7CBBB1: hue angle of 170.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBBB1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB124187177-
CMYK0.3400.050.27
HSL170.48º31.66%60.98%-
HSV(B)170.48º33.69%73.33%-
XYZ34.024348.1-
YUV167.02133.6397.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=25.41%
G=38.32%
B=36.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241871770.3400.050.27170.4831.6660.98
Hex7CBBB122051Baa203d
Octal1742732614205332524075
Binary1111100101110111011000110001001011101110101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,177); }

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

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

 a { background-color: rgb(124,187,177); }

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

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

 span { border-color: rgb(124,187,177); }

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