#7AB994

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

Shades of Padua #7AB994

Tints of Padua #7AB994

Color information

#7AB994 (or 0x7AB994) is unknown color: approx Padua. HEX triplet: 7A, B9 and 94. RGB value is (122,185,148). Sum of RGB (Red+Green+Blue) = 122+185+148=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB994 is #85466B. Grayscale: #A2A2A2. Windows color (decimal): -8734316 or 9746810. OLE color: 9746810.

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

Color convert

RGB122185148-
CMYK0.3400.200.27
HSL144.76º31.03%60.2%-
HSV(B)144.76º34.05%72.55%-
XYZ30.7240.9734.31-
YUV161.94120.1399.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=26.81%
G=40.66%
B=32.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851480.3400.200.27144.7631.0360.2
Hex7AB994220141B911f3c
Octal17227122442024332213774
Binary11110101011100110010100100010010100110111001000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,185,148); }

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

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

 a { background-color: rgb(122,185,148); }

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

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

 span { border-color: rgb(122,185,148); }

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