#7DBBAC

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

Shades of Monte Carlo #7DBBAC

Tints of Monte Carlo #7DBBAC

Color information

#7DBBAC (or 0x7DBBAC) is unknown color: approx Monte Carlo. HEX triplet: 7D, BB and AC. RGB value is (125,187,172). Sum of RGB (Red+Green+Blue) = 125+187+172=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBAC is #824453. Grayscale: #A6A6A6. Windows color (decimal): -8537172 or 11320189. OLE color: 11320189.

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

Color convert

RGB125187172-
CMYK0.3300.080.27
HSL165.48º31.31%61.18%-
HSV(B)165.48º33.16%73.33%-
XYZ33.6742.8845.53-
YUV166.75130.9698.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=25.83%
G=38.64%
B=35.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871720.3300.080.27165.4831.3161.18
Hex7DBBAC21081Ba51f3d
Octal17527325441010332453775
Binary1111101101110111010110010000101000110111010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,172); }

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

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

 a { background-color: rgb(125,187,172); }

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

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

 span { border-color: rgb(125,187,172); }

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