#7ABE97

Color #7ABE97 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7ABE97

Tints of Padua #7ABE97

Color information

#7ABE97 (or 0x7ABE97) is unknown color: approx Padua. HEX triplet: 7A, BE and 97. RGB value is (122,190,151). Sum of RGB (Red+Green+Blue) = 122+190+151=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE97 is #854168. Grayscale: #A5A5A5. Windows color (decimal): -8733033 or 9944698. OLE color: 9944698.

HSL color Cylindrical-coordinate representation of color #7ABE97: hue angle of 145.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE97 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB122190151-
CMYK0.3600.210.25
HSL145.59º34.34%61.18%-
HSV(B)145.59º35.79%74.51%-
XYZ32.0343.235.93-
YUV165.22119.9797.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=26.35%
G=41.04%
B=32.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901510.3600.210.25145.5934.3461.18
Hex7ABE97240151992223d
Octal17227622744025312224275
Binary111101010111110100101111001000101011100110010010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,151); }

 H1.HeaderClassName
 {
   color: #7ABE97;
 }
 .AnyTagClassName
 {
   color: #7ABE97;
 }
</style>
background-color css

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

 a { background-color: rgb(122,190,151); }

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

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

 span { border-color: rgb(122,190,151); }

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