#7FBDAE

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

Shades of Monte Carlo #7FBDAE

Tints of Monte Carlo #7FBDAE

Color information

#7FBDAE (or 0x7FBDAE) is unknown color: approx Monte Carlo. HEX triplet: 7F, BD and AE. RGB value is (127,189,174). Sum of RGB (Red+Green+Blue) = 127+189+174=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDAE is #804251. Grayscale: #A8A8A8. Windows color (decimal): -8405586 or 11451775. OLE color: 11451775.

HSL color Cylindrical-coordinate representation of color #7FBDAE: hue angle of 165.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBDAE is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB127189174-
CMYK0.3300.080.26
HSL165.48º31.96%61.96%-
HSV(B)165.48º32.8%74.12%-
XYZ34.5943.9646.71-
YUV168.75130.9698.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=25.92%
G=38.57%
B=35.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891740.3300.080.26165.4831.9661.96
Hex7FBDAE21081Aa5203e
Octal17727525641010322454076
Binary11111111011110110101110100001010001101010100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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