#7ABC9A

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

Shades of Padua #7ABC9A

Tints of Padua #7ABC9A

Color information

#7ABC9A (or 0x7ABC9A) is unknown color: approx Padua. HEX triplet: 7A, BC and 9A. RGB value is (122,188,154). Sum of RGB (Red+Green+Blue) = 122+188+154=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC9A is #854365. Grayscale: #A4A4A4. Windows color (decimal): -8733542 or 10140794. OLE color: 10140794.

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

Color convert

RGB122188154-
CMYK0.3500.180.26
HSL149.09º33%60.78%-
HSV(B)149.09º35.11%73.73%-
XYZ31.8442.4437.08-
YUV164.39122.1397.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=26.29%
G=40.52%
B=33.19%

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
Decimal1221881540.3500.180.26149.093360.78
Hex7ABC9A230121A95213d
Octal17227423243022322254175
Binary111101010111100100110101000110100101101010010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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