#7FC0BD

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

Shades of Monte Carlo #7FC0BD

Tints of Monte Carlo #7FC0BD

Color information

#7FC0BD (or 0x7FC0BD) is unknown color: approx Monte Carlo. HEX triplet: 7F, C0 and BD. RGB value is (127,192,189). Sum of RGB (Red+Green+Blue) = 127+192+189=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0BD is #803F42. Grayscale: #ACACAC. Windows color (decimal): -8404803 or 12435583. OLE color: 12435583.

HSL color Cylindrical-coordinate representation of color #7FC0BD: hue angle of 177.23º 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 #7FC0BD is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB127192189-
CMYK0.3400.020.25
HSL177.23º34.03%62.55%-
HSV(B)177.23º33.85%75.29%-
XYZ36.7945.8955.06-
YUV172.22137.4795.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=25%
G=37.80%
B=37.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921890.3400.020.25177.2334.0362.55
Hex7FC0BD220219b1223f
Octal1773002754202312614277
Binary111111111000000101111011000100101100110110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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