#7CBEAB

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

Shades of Monte Carlo #7CBEAB

Tints of Monte Carlo #7CBEAB

Color information

#7CBEAB (or 0x7CBEAB) is unknown color: approx Monte Carlo. HEX triplet: 7C, BE and AB. RGB value is (124,190,171). Sum of RGB (Red+Green+Blue) = 124+190+171=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEAB is #834154. Grayscale: #A8A8A8. Windows color (decimal): -8601941 or 11255420. OLE color: 11255420.

HSL color Cylindrical-coordinate representation of color #7CBEAB: hue angle of 162.73º 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 #7CBEAB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB124190171-
CMYK0.3500.100.25
HSL162.73º33.67%61.57%-
HSV(B)162.73º34.74%74.51%-
XYZ34.0844.0545.24-
YUV168.1129.6396.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=25.57%
G=39.18%
B=35.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901710.3500.100.25162.7333.6761.57
Hex7CBEAB230A19a3223e
Octal17427625343012312434276
Binary11111001011111010101011100011010101100110100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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