#7BBDAD

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

Shades of Monte Carlo #7BBDAD

Tints of Monte Carlo #7BBDAD

Color information

#7BBDAD (or 0x7BBDAD) is unknown color: approx Monte Carlo. HEX triplet: 7B, BD and AD. RGB value is (123,189,173). Sum of RGB (Red+Green+Blue) = 123+189+173=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBDAD is #844252. Grayscale: #A7A7A7. Windows color (decimal): -8667731 or 11386235. OLE color: 11386235.

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

Color convert

RGB123189173-
CMYK0.3500.080.26
HSL165.45º33.33%61.18%-
HSV(B)165.45º34.92%74.12%-
XYZ33.9143.6246.17-
YUV167.44131.1396.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=25.36%
G=38.97%
B=35.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231891730.3500.080.26165.4533.3361.18
Hex7BBDAD23081Aa5213d
Octal17327525543010322454175
Binary11110111011110110101101100011010001101010100101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,173); }

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

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

 a { background-color: rgb(123,189,173); }

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

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

 span { border-color: rgb(123,189,173); }

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