#7CBFA5

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

Shades of Monte Carlo #7CBFA5

Tints of Monte Carlo #7CBFA5

Color information

#7CBFA5 (or 0x7CBFA5) is unknown color: approx Monte Carlo. HEX triplet: 7C, BF and A5. RGB value is (124,191,165). Sum of RGB (Red+Green+Blue) = 124+191+165=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBFA5 is #83405A. Grayscale: #A8A8A8. Windows color (decimal): -8601691 or 10862460. OLE color: 10862460.

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

Color convert

RGB124191165-
CMYK0.3500.140.25
HSL156.72º34.36%61.76%-
HSV(B)156.72º35.08%74.9%-
XYZ33.7344.2642.36-
YUV168126.396.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=25.83%
G=39.79%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911650.3500.140.25156.7234.3661.76
Hex7CBFA5230E199d223e
Octal17427724543016312354276
Binary11111001011111110100101100011011101100110011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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