Html Css Color HEX #7AB194 Padua

📋 copy color: '#7AB194'

red 122 ◦ green 177 ◦ blue 148

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

Shades of Padua #7AB194

Tints of Padua #7AB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 27.29%
G = 39.6%
B = 33.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#7AB194 (or 0x7AB194) is known color: Padua. HEX triplet: 7A, B1 and 94. RGB value is (122,177,148). Sum of RGB (Red+Green+Blue) = 122+177+148=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB194 is #854E6B. Grayscale: #9D9D9D. Windows color (decimal): -8736364 or 9744762. OLE color: 9744762.

HSL color Cylindrical-coordinate representation of color #7AB194: hue angle of 148.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB194 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 148 -
CMYK 0.31 0 0.16 0.31
HSL 148.36º 0.26% 0.59% -
HSV(B) 148.36º 0.31% 0.69% -
XYZ 29.09 37.72 33.76 -
YUV 157.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 122 177 148 0.31 0 0.16 0.31 148.36 0.26 0.59
Hex 7A B1 94 1F 0 10 1F 94 1A 3B
Octal 172 261 224 37 0 20 37 224 32 73
Binary 1111010 10110001 10010100 11111 0 10000 11111 10010100 11010 111011

Color Harmonies of #7AB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB194

Black with #7AB194

Text Example


Text Example

White with #7AB194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,148); }

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

background-color css

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

 a { background-color: rgb(122,177,148); }

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

border-color css

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

 span { border-color: rgb(122,177,148); }

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