Html Css Color HEX #7AC5AD Monte Carlo

📋 copy color: '#7AC5AD'

red 122 ◦ green 197 ◦ blue 173

#7AC5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #7AC5AD

Tints of Monte Carlo #7AC5AD

RGB

 RED value IS 122 (48.05% from 255) = 24.8%

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 24.8%
G = 40.04%
B = 35.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#7AC5AD (or 0x7AC5AD) is known color: Monte Carlo. HEX triplet: 7A, C5 and AD. RGB value is (122,197,173). Sum of RGB (Red+Green+Blue) = 122+197+173=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC5AD is #853A52. Grayscale: #ABABAB. Windows color (decimal): -8731219 or 11388282. OLE color: 11388282.

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

Color convert

RGB 122 197 173 -
CMYK 0.38 0 0.12 0.23
HSL 160.8º 0.39% 0.63% -
HSV(B) 160.8º 0.38% 0.77% -
XYZ 35.54 47.09 46.75 -
YUV 171.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 122 197 173 0.38 0 0.12 0.23 160.8 0.39 0.63
Hex 7A C5 AD 26 0 C 17 A1 27 3F
Octal 172 305 255 46 0 14 27 241 47 77
Binary 1111010 11000101 10101101 100110 0 1100 10111 10100001 100111 111111

Color Harmonies of #7AC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC5AD

Black with #7AC5AD

Text Example


Text Example

White with #7AC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC5AD;
 }
 .AnyTagClassName
 {
   color: #7AC5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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