#7FC0B4

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

Shades of Monte Carlo #7FC0B4

Tints of Monte Carlo #7FC0B4

Color information

#7FC0B4 (or 0x7FC0B4) is unknown color: approx Monte Carlo. HEX triplet: 7F, C0 and B4. RGB value is (127,192,180). Sum of RGB (Red+Green+Blue) = 127+192+180=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0B4 is #803F4B. Grayscale: #ABABAB. Windows color (decimal): -8404812 or 11845759. OLE color: 11845759.

HSL color Cylindrical-coordinate representation of color #7FC0B4: hue angle of 168.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC0B4 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB127192180-
CMYK0.3400.060.25
HSL168.92º34.03%62.55%-
HSV(B)168.92º33.85%75.29%-
XYZ35.8445.5150.07-
YUV171.2132.9796.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=25.45%
G=38.48%
B=36.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921800.3400.060.25168.9234.0362.55
Hex7FC0B4220619a9223f
Octal1773002644206312514277
Binary1111111110000001011010010001001101100110101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,180); }

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

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

 a { background-color: rgb(127,192,180); }

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

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

 span { border-color: rgb(127,192,180); }

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