#7AB993

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

Shades of Padua #7AB993

Tints of Padua #7AB993

Color information

#7AB993 (or 0x7AB993) is unknown color: approx Padua. HEX triplet: 7A, B9 and 93. RGB value is (122,185,147). Sum of RGB (Red+Green+Blue) = 122+185+147=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB993 is #85466C. Grayscale: #A1A1A1. Windows color (decimal): -8734317 or 9681274. OLE color: 9681274.

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

Color convert

RGB122185147-
CMYK0.3400.210.27
HSL143.81º31.03%60.2%-
HSV(B)143.81º34.05%72.55%-
XYZ30.6440.9433.89-
YUV161.83119.6399.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=26.87%
G=40.75%
B=32.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221851470.3400.210.27143.8131.0360.2
Hex7AB993220151B901f3c
Octal17227122342025332203774
Binary11110101011100110010011100010010101110111001000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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