#7ABEA2

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

Shades of Padua #7ABEA2

Tints of Padua #7ABEA2

Color information

#7ABEA2 (or 0x7ABEA2) is unknown color: approx Padua. HEX triplet: 7A, BE and A2. RGB value is (122,190,162). Sum of RGB (Red+Green+Blue) = 122+190+162=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEA2 is #85415D. Grayscale: #A6A6A6. Windows color (decimal): -8733022 or 10665594. OLE color: 10665594.

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

Color convert

RGB122190162-
CMYK0.3600.150.25
HSL155.29º34.34%61.18%-
HSV(B)155.29º35.79%74.51%-
XYZ32.9643.5740.86-
YUV166.48125.4796.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.74%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=25.74%
G=40.08%
B=34.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901620.3600.150.25155.2934.3461.18
Hex7ABEA2240F199b223d
Octal17227624244017312334275
Binary11110101011111010100010100100011111100110011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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