#127F57

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

Shades of Salem #127F57

Tints of Salem #127F57

Color information

#127F57 (or 0x127F57) is unknown color: approx Salem. HEX triplet: 12, 7F and 57. RGB value is (18,127,87). Sum of RGB (Red+Green+Blue) = 18+127+87=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #127F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F57 is #ED80A8. Grayscale: #595959. Windows color (decimal): -15564969 or 5734162. OLE color: 5734162.

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

Color convert

RGB1812787-
CMYK0.8600.310.50
HSL157.98º75.17%28.43%-
HSV(B)157.98º85.83%49.8%-
XYZ9.561611.6-
YUV89.85126.3976.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 127 (50% from 255) = 54.74%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=7.76%
G=54.74%
B=37.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127870.8600.310.50157.9875.1728.43
Hex127F575601F329e4b1c
Octal221771271260376223611334
Binary1001011111111010111101011001111111001010011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,87); }

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

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

 a { background-color: rgb(18,127,87); }

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

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

 span { border-color: rgb(18,127,87); }

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