#7CAF96

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

Shades of Padua #7CAF96

Tints of Padua #7CAF96

Color information

#7CAF96 (or 0x7CAF96) is unknown color: approx Padua. HEX triplet: 7C, AF and 96. RGB value is (124,175,150). Sum of RGB (Red+Green+Blue) = 124+175+150=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF96 is #835069. Grayscale: #9C9C9C. Windows color (decimal): -8605802 or 9875324. OLE color: 9875324.

HSL color Cylindrical-coordinate representation of color #7CAF96: hue angle of 150.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF96 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB124175150-
CMYK0.2900.140.31
HSL150.59º24.17%58.63%-
HSV(B)150.59º29.14%68.63%-
XYZ29.1537.1534.49-
YUV156.9124.1104.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=27.62%
G=38.98%
B=33.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751500.2900.140.31150.5924.1758.63
Hex7CAF961D0E1F97183b
Octal17425722635016372273073
Binary111110010101111100101101110101110111111001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,150); }

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

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

 a { background-color: rgb(124,175,150); }

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

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

 span { border-color: rgb(124,175,150); }

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