#7ABFA4

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

Shades of Monte Carlo #7ABFA4

Tints of Monte Carlo #7ABFA4

Color information

#7ABFA4 (or 0x7ABFA4) is unknown color: approx Monte Carlo. HEX triplet: 7A, BF and A4. RGB value is (122,191,164). Sum of RGB (Red+Green+Blue) = 122+191+164=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABFA4 is #85405B. Grayscale: #A7A7A7. Windows color (decimal): -8732764 or 10796922. OLE color: 10796922.

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

Color convert

RGB122191164-
CMYK0.3600.140.25
HSL156.52º35.03%61.37%-
HSV(B)156.52º36.13%74.9%-
XYZ33.3644.0841.87-
YUV167.29126.1495.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=25.58%
G=40.04%
B=34.38%

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
Decimal1221911640.3600.140.25156.5235.0361.37
Hex7ABFA4240E199d233d
Octal17227724444016312354375
Binary11110101011111110100100100100011101100110011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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