#7AC5BD

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

Shades of Monte Carlo #7AC5BD

Tints of Monte Carlo #7AC5BD

Color information

#7AC5BD (or 0x7AC5BD) is unknown color: approx Monte Carlo. HEX triplet: 7A, C5 and BD. RGB value is (122,197,189). Sum of RGB (Red+Green+Blue) = 122+197+189=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC5BD is #853A42. Grayscale: #ADADAD. Windows color (decimal): -8731203 or 12436858. OLE color: 12436858.

HSL color Cylindrical-coordinate representation of color #7AC5BD: hue angle of 173.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC5BD is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB122197189-
CMYK0.3800.040.23
HSL173.6º39.27%62.55%-
HSV(B)173.6º38.07%77.25%-
XYZ37.1847.7455.4-
YUV173.66136.6591.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.02%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=24.02%
G=38.78%
B=37.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971890.3800.040.23173.639.2762.55
Hex7AC5BD260417ae273f
Octal1723052754604272564777
Binary1111010110001011011110110011001001011110101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,189); }

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

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

 a { background-color: rgb(122,197,189); }

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

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

 span { border-color: rgb(122,197,189); }

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