Html Css Color HEX #7AB493 Padua

📋 copy color: '#7AB493'

red 122 ◦ green 180 ◦ blue 147

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

Shades of Padua #7AB493

Tints of Padua #7AB493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 27.17%
G = 40.09%
B = 32.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#7AB493 (or 0x7AB493) is known color: Padua. HEX triplet: 7A, B4 and 93. RGB value is (122,180,147). Sum of RGB (Red+Green+Blue) = 122+180+147=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB493 is #854B6C. Grayscale: #9E9E9E. Windows color (decimal): -8735597 or 9679994. OLE color: 9679994.

HSL color Cylindrical-coordinate representation of color #7AB493: hue angle of 145.86º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB493 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 147 -
CMYK 0.32 0 0.18 0.29
HSL 145.86º 0.28% 0.59% -
HSV(B) 145.86º 0.32% 0.71% -
XYZ 29.61 38.89 33.55 -
YUV 158.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 122 180 147 0.32 0 0.18 0.29 145.86 0.28 0.59
Hex 7A B4 93 20 0 12 1D 92 1C 3B
Octal 172 264 223 40 0 22 35 222 34 73
Binary 1111010 10110100 10010011 100000 0 10010 11101 10010010 11100 111011

Color Harmonies of #7AB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB493

Black with #7AB493

Text Example


Text Example

White with #7AB493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,147); }

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

background-color css

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

 a { background-color: rgb(122,180,147); }

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

border-color css

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

 span { border-color: rgb(122,180,147); }

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