#7ABE9C

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

Shades of Padua #7ABE9C

Tints of Padua #7ABE9C

Color information

#7ABE9C (or 0x7ABE9C) is unknown color: approx Padua. HEX triplet: 7A, BE and 9C. RGB value is (122,190,156). Sum of RGB (Red+Green+Blue) = 122+190+156=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE9C is #854163. Grayscale: #A5A5A5. Windows color (decimal): -8733028 or 10272378. OLE color: 10272378.

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

Color convert

RGB122190156-
CMYK0.3600.180.25
HSL150º34.34%61.18%-
HSV(B)150º35.79%74.51%-
XYZ32.4443.3638.11-
YUV165.79122.4796.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.07%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=26.07%
G=40.60%
B=33.33%

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
Decimal1221901560.3600.180.2515034.3461.18
Hex7ABE9C240121996223d
Octal17227623444022312264275
Binary111101010111110100111001001000100101100110010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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