#7DBBAB

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

Shades of Monte Carlo #7DBBAB

Tints of Monte Carlo #7DBBAB

Color information

#7DBBAB (or 0x7DBBAB) is unknown color: approx Monte Carlo. HEX triplet: 7D, BB and AB. RGB value is (125,187,171). Sum of RGB (Red+Green+Blue) = 125+187+171=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBBAB is #824454. Grayscale: #A6A6A6. Windows color (decimal): -8537173 or 11254653. OLE color: 11254653.

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

Color convert

RGB125187171-
CMYK0.3300.090.27
HSL164.52º31.31%61.18%-
HSV(B)164.52º33.16%73.33%-
XYZ33.5842.8445.03-
YUV166.64130.4698.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=25.88%
G=38.72%
B=35.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871710.3300.090.27164.5231.3161.18
Hex7DBBAB21091Ba51f3d
Octal17527325341011332453775
Binary1111101101110111010101110000101001110111010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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