#7AC6A5

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

Shades of Monte Carlo #7AC6A5

Tints of Monte Carlo #7AC6A5

Color information

#7AC6A5 (or 0x7AC6A5) is unknown color: approx Monte Carlo. HEX triplet: 7A, C6 and A5. RGB value is (122,198,165). Sum of RGB (Red+Green+Blue) = 122+198+165=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC6A5 is #85395A. Grayscale: #ABABAB. Windows color (decimal): -8730971 or 10864250. OLE color: 10864250.

HSL color Cylindrical-coordinate representation of color #7AC6A5: hue angle of 153.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC6A5 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB122198165-
CMYK0.3800.170.22
HSL153.95º40%62.75%-
HSV(B)153.95º38.38%77.65%-
XYZ35.0147.2442.87-
YUV171.51124.3292.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=25.15%
G=40.82%
B=34.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981650.3800.170.22153.954062.75
Hex7AC6A526011169a283f
Octal17230624546021262325077
Binary111101011000110101001011001100100011011010011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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