#7CBEB1

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

Shades of Monte Carlo #7CBEB1

Tints of Monte Carlo #7CBEB1

Color information

#7CBEB1 (or 0x7CBEB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, BE and B1. RGB value is (124,190,177). Sum of RGB (Red+Green+Blue) = 124+190+177=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEB1 is #83414E. Grayscale: #A8A8A8. Windows color (decimal): -8601935 or 11648636. OLE color: 11648636.

HSL color Cylindrical-coordinate representation of color #7CBEB1: hue angle of 168.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBEB1 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB124190177-
CMYK0.3500.070.25
HSL168.18º33.67%61.57%-
HSV(B)168.18º34.74%74.51%-
XYZ34.6644.2948.32-
YUV168.78132.6396.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=25.25%
G=38.70%
B=36.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901770.3500.070.25168.1833.6761.57
Hex7CBEB1230719a8223e
Octal1742762614307312504276
Binary1111100101111101011000110001101111100110101000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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