#7FC2BD

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

Shades of Monte Carlo #7FC2BD

Tints of Monte Carlo #7FC2BD

Color information

#7FC2BD (or 0x7FC2BD) is unknown color: approx Monte Carlo. HEX triplet: 7F, C2 and BD. RGB value is (127,194,189). Sum of RGB (Red+Green+Blue) = 127+194+189=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2BD is #803D42. Grayscale: #ADADAD. Windows color (decimal): -8404291 or 12436095. OLE color: 12436095.

HSL color Cylindrical-coordinate representation of color #7FC2BD: hue angle of 175.52º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC2BD is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB127194189-
CMYK0.3500.030.24
HSL175.52º35.45%62.94%-
HSV(B)175.52º34.54%76.08%-
XYZ37.2346.7755.21-
YUV173.4136.894.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.90%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=24.90%
G=38.04%
B=37.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271941890.3500.030.24175.5235.4562.94
Hex7FC2BD230318b0233f
Octal1773022754303302604377
Binary111111111000010101111011000110111100010110000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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