Html Css Color HEX #7CAA91 Padua

📋 copy color: '#7CAA91'

red 124 ◦ green 170 ◦ blue 145

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

Shades of Padua #7CAA91

Tints of Padua #7CAA91

RGB

 RED value IS 124 (48.83% from 255) = 28.25%

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 145 (57.03% from 255) = 33.03%

R = 28.25%
G = 38.72%
B = 33.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#7CAA91 (or 0x7CAA91) is known color: Padua. HEX triplet: 7C, AA and 91. RGB value is (124,170,145). Sum of RGB (Red+Green+Blue) = 124+170+145=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA91 is #83556E. Grayscale: #999999. Windows color (decimal): -8607087 or 9546364. OLE color: 9546364.

HSL color Cylindrical-coordinate representation of color #7CAA91: hue angle of 147.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAA91 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 145 -
CMYK 0.27 0 0.15 0.33
HSL 147.39º 0.21% 0.58% -
HSV(B) 147.39º 0.27% 0.67% -
XYZ 27.8 35.08 32.09 -
YUV 153.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 124 170 145 0.27 0 0.15 0.33 147.39 0.21 0.58
Hex 7C AA 91 1B 0 F 21 93 15 3A
Octal 174 252 221 33 0 17 41 223 25 72
Binary 1111100 10101010 10010001 11011 0 1111 100001 10010011 10101 111010

Color Harmonies of #7CAA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA91

Black with #7CAA91

Text Example


Text Example

White with #7CAA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,145); }

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

background-color css

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

 a { background-color: rgb(124,170,145); }

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

border-color css

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

 span { border-color: rgb(124,170,145); }

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