Html Css Color HEX #7AB99C Padua

📋 copy color: '#7AB99C'

red 122 ◦ green 185 ◦ blue 156

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

Shades of Padua #7AB99C

Tints of Padua #7AB99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 156 (61.33% from 255) = 33.69%

R = 26.35%
G = 39.96%
B = 33.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#7AB99C (or 0x7AB99C) is known color: Padua. HEX triplet: 7A, B9 and 9C. RGB value is (122,185,156). Sum of RGB (Red+Green+Blue) = 122+185+156=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB99C is #854663. Grayscale: #A2A2A2. Windows color (decimal): -8734308 or 10271098. OLE color: 10271098.

HSL color Cylindrical-coordinate representation of color #7AB99C: hue angle of 152.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB99C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 156 -
CMYK 0.34 0 0.16 0.27
HSL 152.38º 0.31% 0.6% -
HSV(B) 152.38º 0.34% 0.73% -
XYZ 31.38 41.24 37.76 -
YUV 162.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 122 185 156 0.34 0 0.16 0.27 152.38 0.31 0.6
Hex 7A B9 9C 22 0 10 1B 98 1F 3C
Octal 172 271 234 42 0 20 33 230 37 74
Binary 1111010 10111001 10011100 100010 0 10000 11011 10011000 11111 111100

Color Harmonies of #7AB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB99C

Black with #7AB99C

Text Example


Text Example

White with #7AB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,156); }

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

background-color css

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

 a { background-color: rgb(122,185,156); }

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

border-color css

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

 span { border-color: rgb(122,185,156); }

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