#7ABFA9

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

Shades of Monte Carlo #7ABFA9

Tints of Monte Carlo #7ABFA9

Color information

#7ABFA9 (or 0x7ABFA9) is unknown color: approx Monte Carlo. HEX triplet: 7A, BF and A9. RGB value is (122,191,169). Sum of RGB (Red+Green+Blue) = 122+191+169=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABFA9 is #854056. Grayscale: #A7A7A7. Windows color (decimal): -8732759 or 11124602. OLE color: 11124602.

HSL color Cylindrical-coordinate representation of color #7ABFA9: hue angle of 160.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABFA9 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB122191169-
CMYK0.3600.120.25
HSL160.87º35.03%61.37%-
HSV(B)160.87º36.13%74.9%-
XYZ33.8244.2644.3-
YUV167.86128.6495.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=25.31%
G=39.63%
B=35.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911690.3600.120.25160.8735.0361.37
Hex7ABFA9240C19a1233d
Octal17227725144014312414375
Binary11110101011111110101001100100011001100110100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,169); }

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

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

 a { background-color: rgb(122,191,169); }

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

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

 span { border-color: rgb(122,191,169); }

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