#127E50

Color #127E50 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #127E50

Tints of Salem #127E50

Color information

#127E50 (or 0x127E50) is unknown color: approx Salem. HEX triplet: 12, 7E and 50. RGB value is (18,126,80). Sum of RGB (Red+Green+Blue) = 18+126+80=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #127E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E50 is #ED81AF. Grayscale: #585858. Windows color (decimal): -15565232 or 5275154. OLE color: 5275154.

HSL color Cylindrical-coordinate representation of color #127E50: hue angle of 154.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E50 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1812680-
CMYK0.8600.370.51
HSL154.44º75%28.24%-
HSV(B)154.44º85.71%49.41%-
XYZ9.1615.6310.12-
YUV88.46123.2277.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=8.04%
G=56.25%
B=35.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18126800.8600.370.51154.447528.24
Hex127E5056025339a4b1c
Octal221761201260456323211334
Binary10010111111010100001010110010010111001110011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127E50; }

 p { color: rgb(18,126,80); }

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

<style>
 a { background-color: #127E50; }

 a { background-color: rgb(18,126,80); }

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

<style>
 span { border-color: #127E50; }

 span { border-color: rgb(18,126,80); }

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