#7ABA99

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

Shades of Padua #7ABA99

Tints of Padua #7ABA99

Color information

#7ABA99 (or 0x7ABA99) is unknown color: approx Padua. HEX triplet: 7A, BA and 99. RGB value is (122,186,153). Sum of RGB (Red+Green+Blue) = 122+186+153=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA99 is #854566. Grayscale: #A3A3A3. Windows color (decimal): -8734055 or 10074746. OLE color: 10074746.

HSL color Cylindrical-coordinate representation of color #7ABA99: hue angle of 149.06º degrees, saturation: 0.32, 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 #7ABA99 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB122186153-
CMYK0.3400.180.27
HSL149.06º31.68%60.39%-
HSV(B)149.06º34.41%72.94%-
XYZ31.3341.5636.51-
YUV163.1122.398.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=26.46%
G=40.35%
B=33.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861530.3400.180.27149.0631.6860.39
Hex7ABA99220121B95203c
Octal17227223142022332254074
Binary111101010111010100110011000100100101101110010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,153); }

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

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

 a { background-color: rgb(122,186,153); }

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

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

 span { border-color: rgb(122,186,153); }

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