#7ABAB2

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

Shades of Monte Carlo #7ABAB2

Tints of Monte Carlo #7ABAB2

Color information

#7ABAB2 (or 0x7ABAB2) is unknown color: approx Monte Carlo. HEX triplet: 7A, BA and B2. RGB value is (122,186,178). Sum of RGB (Red+Green+Blue) = 122+186+178=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAB2 is #85454D. Grayscale: #A5A5A5. Windows color (decimal): -8734030 or 11713146. OLE color: 11713146.

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

Color convert

RGB122186178-
CMYK0.3400.040.27
HSL172.5º31.68%60.39%-
HSV(B)172.5º34.41%72.94%-
XYZ33.6242.4748.54-
YUV165.95134.896.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=25.10%
G=38.27%
B=36.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861780.3400.040.27172.531.6860.39
Hex7ABAB222041Bac203c
Octal1722722624204332544074
Binary1111010101110101011001010001001001101110101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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