#7FCAAD

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

Shades of Monte Carlo #7FCAAD

Tints of Monte Carlo #7FCAAD

Color information

#7FCAAD (or 0x7FCAAD) is unknown color: approx Monte Carlo. HEX triplet: 7F, CA and AD. RGB value is (127,202,173). Sum of RGB (Red+Green+Blue) = 127+202+173=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAAD is #803552. Grayscale: #B0B0B0. Windows color (decimal): -8402259 or 11389567. OLE color: 11389567.

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

Color convert

RGB127202173-
CMYK0.3700.140.21
HSL156.8º41.44%64.51%-
HSV(B)156.8º37.13%79.22%-
XYZ37.4249.7747.17-
YUV176.27126.1592.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=25.30%
G=40.24%
B=34.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021730.3700.140.21156.841.4464.51
Hex7FCAAD250E159d2941
Octal177312255450162523551101
Binary111111111001010101011011001010111010101100111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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