#7cbfad

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

Shades of Monte Carlo #7CBFAD

Tints of Monte Carlo #7CBFAD

Color information

#7CBFAD (or 0x7CBFAD) is unknown color: approx Monte Carlo. HEX triplet: 7C, BF and AD. RGB value is (124,191,173). Sum of RGB (Red+Green+Blue) = 124+191+173=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBFAD is #834052. Grayscale: #A8A8A8. Windows color (decimal): -8601683 or 11386748. OLE color: 11386748.

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

Color convert

RGB124191173-
CMYK0.3500.090.25
HSL163.88º34.36%61.76%-
HSV(B)163.88º35.08%74.9%-
XYZ34.4944.5646.32-
YUV168.92130.395.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=25.41%
G=39.14%
B=35.45%

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
Decimal1241911730.3500.090.25163.8834.3661.76
Hex7CBFAD230919a4223e
Octal17427725543011312444276
Binary11111001011111110101101100011010011100110100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cbfad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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