#7ABF9C

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

Shades of Padua #7ABF9C

Tints of Padua #7ABF9C

Color information

#7ABF9C (or 0x7ABF9C) is unknown color: approx Padua. HEX triplet: 7A, BF and 9C. RGB value is (122,191,156). Sum of RGB (Red+Green+Blue) = 122+191+156=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF9C is #854063. Grayscale: #A6A6A6. Windows color (decimal): -8732772 or 10272634. OLE color: 10272634.

HSL color Cylindrical-coordinate representation of color #7ABF9C: hue angle of 149.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF9C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB122191156-
CMYK0.3600.180.25
HSL149.57º35.03%61.37%-
HSV(B)149.57º36.13%74.9%-
XYZ32.6643.838.19-
YUV166.38122.1496.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=26.01%
G=40.72%
B=33.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911560.3600.180.25149.5735.0361.37
Hex7ABF9C240121996233d
Octal17227723444022312264375
Binary111101010111111100111001001000100101100110010110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,156); }

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

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

 a { background-color: rgb(122,191,156); }

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

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

 span { border-color: rgb(122,191,156); }

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