#7FCAB9

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

Shades of Monte Carlo #7FCAB9

Tints of Monte Carlo #7FCAB9

Color information

#7FCAB9 (or 0x7FCAB9) is unknown color: approx Monte Carlo. HEX triplet: 7F, CA and B9. RGB value is (127,202,185). Sum of RGB (Red+Green+Blue) = 127+202+185=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAB9 is #803546. Grayscale: #B1B1B1. Windows color (decimal): -8402247 or 12175999. OLE color: 12175999.

HSL color Cylindrical-coordinate representation of color #7FCAB9: hue angle of 166.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAB9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB127202185-
CMYK0.3700.080.21
HSL166.4º41.44%64.51%-
HSV(B)166.4º37.13%79.22%-
XYZ38.6350.2653.56-
YUV177.64132.1591.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.71%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=24.71%
G=39.30%
B=35.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021850.3700.080.21166.441.4464.51
Hex7FCAB9250815a62941
Octal177312271450102524651101
Binary111111111001010101110011001010100010101101001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,185); }

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

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

 a { background-color: rgb(127,202,185); }

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

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

 span { border-color: rgb(127,202,185); }

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