#7ABC9B

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

Shades of Padua #7ABC9B

Tints of Padua #7ABC9B

Color information

#7ABC9B (or 0x7ABC9B) is unknown color: approx Padua. HEX triplet: 7A, BC and 9B. RGB value is (122,188,155). Sum of RGB (Red+Green+Blue) = 122+188+155=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9B is #854364. Grayscale: #A4A4A4. Windows color (decimal): -8733541 or 10206330. OLE color: 10206330.

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

Color convert

RGB122188155-
CMYK0.3500.180.26
HSL150º33%60.78%-
HSV(B)150º35.11%73.73%-
XYZ31.9342.4737.53-
YUV164.5122.6397.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=26.24%
G=40.43%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881550.3500.180.261503360.78
Hex7ABC9B230121A96213d
Octal17227423343022322264175
Binary111101010111100100110111000110100101101010010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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