#7CBEAD

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

Shades of Monte Carlo #7CBEAD

Tints of Monte Carlo #7CBEAD

Color information

#7CBEAD (or 0x7CBEAD) is unknown color: approx Monte Carlo. HEX triplet: 7C, BE and AD. RGB value is (124,190,173). Sum of RGB (Red+Green+Blue) = 124+190+173=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBEAD is #834152. Grayscale: #A8A8A8. Windows color (decimal): -8601939 or 11386492. OLE color: 11386492.

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

Color convert

RGB124190173-
CMYK0.3500.090.25
HSL164.55º33.67%61.57%-
HSV(B)164.55º34.74%74.51%-
XYZ34.2744.1346.25-
YUV168.33130.6396.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.46%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=25.46%
G=39.01%
B=35.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901730.3500.090.25164.5533.6761.57
Hex7CBEAD230919a5223e
Octal17427625543011312454276
Binary11111001011111010101101100011010011100110100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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