#156E4F

Color #156E4F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #156E4F

Tints of Jewel #156E4F

Color information

#156E4F (or 0x156E4F) is unknown color: approx Jewel. HEX triplet: 15, 6E and 4F. RGB value is (21,110,79). Sum of RGB (Red+Green+Blue) = 21+110+79=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #156E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E4F is #EA91B0. Grayscale: #4F4F4F. Windows color (decimal): -15372721 or 5205525. OLE color: 5205525.

HSL color Cylindrical-coordinate representation of color #156E4F: hue angle of 159.1º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156E4F is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB2111079-
CMYK0.8100.280.57
HSL159.1º67.94%25.69%-
HSV(B)159.1º80.91%43.14%-
XYZ7.311.889.3-
YUV79.85127.5186.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=10%
G=52.38%
B=37.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110790.8100.280.57159.167.9425.69
Hex156E4F5101C399f441a
Octal251561171210347123710432
Binary1010111011101001111101000101110011100110011111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156E4F; }

 p { color: rgb(21,110,79); }

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

<style>
 a { background-color: #156E4F; }

 a { background-color: rgb(21,110,79); }

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

<style>
 span { border-color: #156E4F; }

 span { border-color: rgb(21,110,79); }

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