#7AC6B0

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

Shades of Monte Carlo #7AC6B0

Tints of Monte Carlo #7AC6B0

Color information

#7AC6B0 (or 0x7AC6B0) is unknown color: approx Monte Carlo. HEX triplet: 7A, C6 and B0. RGB value is (122,198,176). Sum of RGB (Red+Green+Blue) = 122+198+176=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC6B0 is #85394F. Grayscale: #ACACAC. Windows color (decimal): -8730960 or 11585146. OLE color: 11585146.

HSL color Cylindrical-coordinate representation of color #7AC6B0: hue angle of 162.63º 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 #7AC6B0 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB122198176-
CMYK0.3800.110.22
HSL162.63º40%62.75%-
HSV(B)162.63º38.38%77.65%-
XYZ36.0647.6648.37-
YUV172.77129.8291.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=24.60%
G=39.92%
B=35.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981760.3800.110.22162.634062.75
Hex7AC6B0260B16a3283f
Octal17230626046013262435077
Binary11110101100011010110000100110010111011010100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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