#7FCAB0

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

Shades of Monte Carlo #7FCAB0

Tints of Monte Carlo #7FCAB0

Color information

#7FCAB0 (or 0x7FCAB0) is unknown color: approx Monte Carlo. HEX triplet: 7F, CA and B0. RGB value is (127,202,176). Sum of RGB (Red+Green+Blue) = 127+202+176=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAB0 is #80354F. Grayscale: #B0B0B0. Windows color (decimal): -8402256 or 11586175. OLE color: 11586175.

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

Color convert

RGB127202176-
CMYK0.3700.130.21
HSL159.2º41.44%64.51%-
HSV(B)159.2º37.13%79.22%-
XYZ37.7149.8948.72-
YUV176.61127.6592.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.15%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=25.15%
G=40%
B=34.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021760.3700.130.21159.241.4464.51
Hex7FCAB0250D159f2941
Octal177312260450152523751101
Binary111111111001010101100001001010110110101100111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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