#7ABDA1

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

Shades of Padua #7ABDA1

Tints of Padua #7ABDA1

Color information

#7ABDA1 (or 0x7ABDA1) is unknown color: approx Padua. HEX triplet: 7A, BD and A1. RGB value is (122,189,161). Sum of RGB (Red+Green+Blue) = 122+189+161=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA1 is #85425E. Grayscale: #A5A5A5. Windows color (decimal): -8733279 or 10599802. OLE color: 10599802.

HSL color Cylindrical-coordinate representation of color #7ABDA1: hue angle of 154.93º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABDA1 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB122189161-
CMYK0.3500.150.26
HSL154.93º33.67%60.98%-
HSV(B)154.93º35.45%74.12%-
XYZ32.6643.1140.32-
YUV165.77125.396.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=25.85%
G=40.04%
B=34.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891610.3500.150.26154.9333.6760.98
Hex7ABDA1230F1A9b223d
Octal17227524143017322334275
Binary11110101011110110100001100011011111101010011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,161); }

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

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

 a { background-color: rgb(122,189,161); }

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

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

 span { border-color: rgb(122,189,161); }

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