#7ABCAB

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

Shades of Monte Carlo #7ABCAB

Tints of Monte Carlo #7ABCAB

Color information

#7ABCAB (or 0x7ABCAB) is unknown color: approx Monte Carlo. HEX triplet: 7A, BC and AB. RGB value is (122,188,171). Sum of RGB (Red+Green+Blue) = 122+188+171=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAB is #854354. Grayscale: #A6A6A6. Windows color (decimal): -8733525 or 11254906. OLE color: 11254906.

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

Color convert

RGB122188171-
CMYK0.3500.090.26
HSL164.55º33%60.78%-
HSV(B)164.55º35.11%73.73%-
XYZ33.3643.0445.08-
YUV166.33130.6396.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=25.36%
G=39.09%
B=35.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881710.3500.090.26164.553360.78
Hex7ABCAB23091Aa5213d
Octal17227425343011322454175
Binary11110101011110010101011100011010011101010100101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,171); }

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

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

 a { background-color: rgb(122,188,171); }

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

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

 span { border-color: rgb(122,188,171); }

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