#7ABAB5

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

Shades of Monte Carlo #7ABAB5

Tints of Monte Carlo #7ABAB5

Color information

#7ABAB5 (or 0x7ABAB5) is unknown color: approx Monte Carlo. HEX triplet: 7A, BA and B5. RGB value is (122,186,181). Sum of RGB (Red+Green+Blue) = 122+186+181=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABAB5 is #85454A. Grayscale: #A6A6A6. Windows color (decimal): -8734027 or 11909754. OLE color: 11909754.

HSL color Cylindrical-coordinate representation of color #7ABAB5: hue angle of 175.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB122186181-
CMYK0.3400.030.27
HSL175.31º31.68%60.39%-
HSV(B)175.31º34.41%72.94%-
XYZ33.9342.5950.15-
YUV166.29136.396.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 181 (71.09% from 255) = 37.01%
R=24.95%
G=38.04%
B=37.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861810.3400.030.27175.3131.6860.39
Hex7ABAB522031Baf203c
Octal1722722654203332574074
Binary111101010111010101101011000100111101110101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,181); }

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

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

 a { background-color: rgb(122,186,181); }

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

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

 span { border-color: rgb(122,186,181); }

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