#7FC0BB

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

Shades of Monte Carlo #7FC0BB

Tints of Monte Carlo #7FC0BB

Color information

#7FC0BB (or 0x7FC0BB) is unknown color: approx Monte Carlo. HEX triplet: 7F, C0 and BB. RGB value is (127,192,187). Sum of RGB (Red+Green+Blue) = 127+192+187=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0BB is #803F44. Grayscale: #ABABAB. Windows color (decimal): -8404805 or 12304511. OLE color: 12304511.

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

Color convert

RGB127192187-
CMYK0.3400.030.25
HSL175.38º34.03%62.55%-
HSV(B)175.38º33.85%75.29%-
XYZ36.5745.853.93-
YUV172136.4795.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.10%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=25.10%
G=37.94%
B=36.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921870.3400.030.25175.3834.0362.55
Hex7FC0BB220319af223f
Octal1773002734203312574277
Binary111111111000000101110111000100111100110101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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