#7DBAB1

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

Shades of Monte Carlo #7DBAB1

Tints of Monte Carlo #7DBAB1

Color information

#7DBAB1 (or 0x7DBAB1) is unknown color: approx Monte Carlo. HEX triplet: 7D, BA and B1. RGB value is (125,186,177). Sum of RGB (Red+Green+Blue) = 125+186+177=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAB1 is #82454E. Grayscale: #A6A6A6. Windows color (decimal): -8537423 or 11647613. OLE color: 11647613.

HSL color Cylindrical-coordinate representation of color #7DBAB1: hue angle of 171.15º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAB1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB125186177-
CMYK0.3300.050.27
HSL171.15º30.65%60.98%-
HSV(B)171.15º32.8%72.94%-
XYZ33.9542.6548.04-
YUV166.74133.7998.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=25.61%
G=38.11%
B=36.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251861770.3300.050.27171.1530.6560.98
Hex7DBAB121051Bab1f3d
Octal1752722614105332533775
Binary111110110111010101100011000010101110111010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,177); }

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

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

 a { background-color: rgb(125,186,177); }

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

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

 span { border-color: rgb(125,186,177); }

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