#7ABA9F

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

Shades of Padua #7ABA9F

Tints of Padua #7ABA9F

Color information

#7ABA9F (or 0x7ABA9F) is unknown color: approx Padua. HEX triplet: 7A, BA and 9F. RGB value is (122,186,159). Sum of RGB (Red+Green+Blue) = 122+186+159=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA9F is #854560. Grayscale: #A3A3A3. Windows color (decimal): -8734049 or 10467962. OLE color: 10467962.

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

Color convert

RGB122186159-
CMYK0.3400.150.27
HSL154.69º31.68%60.39%-
HSV(B)154.69º34.41%72.94%-
XYZ31.8441.7639.18-
YUV163.79125.398.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=26.12%
G=39.83%
B=34.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861590.3400.150.27154.6931.6860.39
Hex7ABA9F220F1B9b203c
Octal17227223742017332334074
Binary11110101011101010011111100010011111101110011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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