#7ABCA0

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

Shades of Padua #7ABCA0

Tints of Padua #7ABCA0

Color information

#7ABCA0 (or 0x7ABCA0) is unknown color: approx Padua. HEX triplet: 7A, BC and A0. RGB value is (122,188,160). Sum of RGB (Red+Green+Blue) = 122+188+160=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCA0 is #85435F. Grayscale: #A5A5A5. Windows color (decimal): -8733536 or 10534010. OLE color: 10534010.

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

Color convert

RGB122188160-
CMYK0.3500.150.26
HSL154.55º33%60.78%-
HSV(B)154.55º35.11%73.73%-
XYZ32.3542.6439.78-
YUV165.07125.1397.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=25.96%
G=40%
B=34.04%

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
Decimal1221881600.3500.150.26154.553360.78
Hex7ABCA0230F1A9b213d
Octal17227424043017322334175
Binary11110101011110010100000100011011111101010011011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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