#7ABCA1

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

Shades of Padua #7ABCA1

Tints of Padua #7ABCA1

Color information

#7ABCA1 (or 0x7ABCA1) is unknown color: approx Padua. HEX triplet: 7A, BC and A1. RGB value is (122,188,161). Sum of RGB (Red+Green+Blue) = 122+188+161=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCA1 is #85435E. Grayscale: #A5A5A5. Windows color (decimal): -8733535 or 10599546. OLE color: 10599546.

HSL color Cylindrical-coordinate representation of color #7ABCA1: hue angle of 155.45º degrees, saturation: 0.33, 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 #7ABCA1 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB122188161-
CMYK0.3500.140.26
HSL155.45º33%60.78%-
HSV(B)155.45º35.11%73.73%-
XYZ32.4442.6840.25-
YUV165.19125.6397.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=25.90%
G=39.92%
B=34.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881610.3500.140.26155.453360.78
Hex7ABCA1230E1A9b213d
Octal17227424143016322334175
Binary11110101011110010100001100011011101101010011011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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