#7FC3BE

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

Shades of Monte Carlo #7FC3BE

Tints of Monte Carlo #7FC3BE

Color information

#7FC3BE (or 0x7FC3BE) is unknown color: approx Monte Carlo. HEX triplet: 7F, C3 and BE. RGB value is (127,195,190). Sum of RGB (Red+Green+Blue) = 127+195+190=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC3BE is #803C41. Grayscale: #AEAEAE. Windows color (decimal): -8404034 or 12501887. OLE color: 12501887.

HSL color Cylindrical-coordinate representation of color #7FC3BE: hue angle of 175.59º degrees, saturation: 0.36, 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 #7FC3BE is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB127195190-
CMYK0.3500.030.24
HSL175.59º36.17%63.14%-
HSV(B)175.59º34.87%76.47%-
XYZ37.5647.2655.86-
YUV174.1136.9794.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=24.80%
G=38.09%
B=37.11%

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
Decimal1271951900.3500.030.24175.5936.1763.14
Hex7FC3BE230318b0243f
Octal1773032764303302604477
Binary111111111000011101111101000110111100010110000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,190); }

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

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

 a { background-color: rgb(127,195,190); }

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

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

 span { border-color: rgb(127,195,190); }

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