#7ABFA5

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

Shades of Monte Carlo #7ABFA5

Tints of Monte Carlo #7ABFA5

Color information

#7ABFA5 (or 0x7ABFA5) is unknown color: approx Monte Carlo. HEX triplet: 7A, BF and A5. RGB value is (122,191,165). Sum of RGB (Red+Green+Blue) = 122+191+165=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABFA5 is #85405A. Grayscale: #A7A7A7. Windows color (decimal): -8732763 or 10862458. OLE color: 10862458.

HSL color Cylindrical-coordinate representation of color #7ABFA5: hue angle of 157.39º 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 #7ABFA5 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB122191165-
CMYK0.3600.140.25
HSL157.39º35.03%61.37%-
HSV(B)157.39º36.13%74.9%-
XYZ33.4544.1242.35-
YUV167.4126.6495.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=25.52%
G=39.96%
B=34.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911650.3600.140.25157.3935.0361.37
Hex7ABFA5240E199d233d
Octal17227724544016312354375
Binary11110101011111110100101100100011101100110011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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