#7FCAAE

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

Shades of Monte Carlo #7FCAAE

Tints of Monte Carlo #7FCAAE

Color information

#7FCAAE (or 0x7FCAAE) is unknown color: approx Monte Carlo. HEX triplet: 7F, CA and AE. RGB value is (127,202,174). Sum of RGB (Red+Green+Blue) = 127+202+174=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAAE is #803551. Grayscale: #B0B0B0. Windows color (decimal): -8402258 or 11455103. OLE color: 11455103.

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

Color convert

RGB127202174-
CMYK0.3700.140.21
HSL157.6º41.44%64.51%-
HSV(B)157.6º37.13%79.22%-
XYZ37.5149.8147.68-
YUV176.38126.6592.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.25%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=25.25%
G=40.16%
B=34.59%

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
Decimal1272021740.3700.140.21157.641.4464.51
Hex7FCAAE250E159e2941
Octal177312256450162523651101
Binary111111111001010101011101001010111010101100111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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