#127B55

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

Shades of Salem #127B55

Tints of Salem #127B55

Color information

#127B55 (or 0x127B55) is unknown color: approx Salem. HEX triplet: 12, 7B and 55. RGB value is (18,123,85). Sum of RGB (Red+Green+Blue) = 18+123+85=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #127B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B55 is #ED84AA. Grayscale: #575757. Windows color (decimal): -15565995 or 5602066. OLE color: 5602066.

HSL color Cylindrical-coordinate representation of color #127B55: hue angle of 158.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B55 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1812385-
CMYK0.8500.310.52
HSL158.29º74.47%27.65%-
HSV(B)158.29º85.37%48.24%-
XYZ8.9714.9511.01-
YUV87.27126.7178.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=7.96%
G=54.42%
B=37.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123850.8500.310.52158.2974.4727.65
Hex127B555501F349e4a1c
Octal221731251250376423611234
Binary1001011110111010101101010101111111010010011110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,123,85); }

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

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

 a { background-color: rgb(18,123,85); }

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

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

 span { border-color: rgb(18,123,85); }

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