#7CBFA7

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

Shades of Monte Carlo #7CBFA7

Tints of Monte Carlo #7CBFA7

Color information

#7CBFA7 (or 0x7CBFA7) is unknown color: approx Monte Carlo. HEX triplet: 7C, BF and A7. RGB value is (124,191,167). Sum of RGB (Red+Green+Blue) = 124+191+167=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBFA7 is #834058. Grayscale: #A8A8A8. Windows color (decimal): -8601689 or 10993532. OLE color: 10993532.

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

Color convert

RGB124191167-
CMYK0.3500.130.25
HSL158.51º34.36%61.76%-
HSV(B)158.51º35.08%74.9%-
XYZ33.9244.3443.33-
YUV168.23127.396.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=25.73%
G=39.63%
B=34.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911670.3500.130.25158.5134.3661.76
Hex7CBFA7230D199f223e
Octal17427724743015312374276
Binary11111001011111110100111100011011011100110011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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