#7FC6B3

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

Shades of Monte Carlo #7FC6B3

Tints of Monte Carlo #7FC6B3

Color information

#7FC6B3 (or 0x7FC6B3) is unknown color: approx Monte Carlo. HEX triplet: 7F, C6 and B3. RGB value is (127,198,179). Sum of RGB (Red+Green+Blue) = 127+198+179=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC6B3 is #80394C. Grayscale: #AEAEAE. Windows color (decimal): -8403277 or 11781759. OLE color: 11781759.

HSL color Cylindrical-coordinate representation of color #7FC6B3: hue angle of 163.94º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC6B3 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB127198179-
CMYK0.3600.100.22
HSL163.94º38.38%63.73%-
HSV(B)163.94º35.86%77.65%-
XYZ37.0848.1549.99-
YUV174.6130.4894.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=25.20%
G=39.29%
B=35.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981790.3600.100.22163.9438.3863.73
Hex7FC6B3240A16a42640
Octal177306263440122624446100
Binary111111111000110101100111001000101010110101001001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,179); }

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

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

 a { background-color: rgb(127,198,179); }

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

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

 span { border-color: rgb(127,198,179); }

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