#127F4E

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

Shades of Salem #127F4E

Tints of Salem #127F4E

Color information

#127F4E (or 0x127F4E) is unknown color: approx Salem. HEX triplet: 12, 7F and 4E. RGB value is (18,127,78). Sum of RGB (Red+Green+Blue) = 18+127+78=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #127F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F4E is #ED80B1. Grayscale: #585858. Windows color (decimal): -15564978 or 5144338. OLE color: 5144338.

HSL color Cylindrical-coordinate representation of color #127F4E: hue angle of 153.03º 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 #127F4E is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1812778-
CMYK0.8600.390.50
HSL153.03º75.17%28.43%-
HSV(B)153.03º85.83%49.8%-
XYZ9.2115.869.78-
YUV88.82121.8977.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 127 (50% from 255) = 56.95%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=8.07%
G=56.95%
B=34.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18127780.8600.390.50153.0375.1728.43
Hex127F4E5602732994b1c
Octal221771161260476223111334
Binary10010111111110011101010110010011111001010011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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