#7FBDBA

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

Shades of Monte Carlo #7FBDBA

Tints of Monte Carlo #7FBDBA

Color information

#7FBDBA (or 0x7FBDBA) is unknown color: approx Monte Carlo. HEX triplet: 7F, BD and BA. RGB value is (127,189,186). Sum of RGB (Red+Green+Blue) = 127+189+186=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDBA is #804245. Grayscale: #AAAAAA. Windows color (decimal): -8405574 or 12238207. OLE color: 12238207.

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

Color convert

RGB127189186-
CMYK0.3300.020.26
HSL177.1º31.96%61.96%-
HSV(B)177.1º32.8%74.12%-
XYZ35.8144.4553.15-
YUV170.12136.9697.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=25.30%
G=37.65%
B=37.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891860.3300.020.26177.131.9661.96
Hex7FBDBA21021Ab1203e
Octal1772752724102322614076
Binary111111110111101101110101000010101101010110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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