#127B50

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

Shades of Salem #127B50

Tints of Salem #127B50

Color information

#127B50 (or 0x127B50) is unknown color: approx Salem. HEX triplet: 12, 7B and 50. RGB value is (18,123,80). Sum of RGB (Red+Green+Blue) = 18+123+80=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #127B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B50 is #ED84AF. Grayscale: #565656. Windows color (decimal): -15566000 or 5274386. OLE color: 5274386.

HSL color Cylindrical-coordinate representation of color #127B50: hue angle of 155.43º 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 #127B50 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1812380-
CMYK0.8500.350.52
HSL155.43º74.47%27.65%-
HSV(B)155.43º85.37%48.24%-
XYZ8.7814.8710-
YUV86.7124.2179-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 123 (48.44% from 255) = 55.66%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=8.14%
G=55.66%
B=36.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123800.8500.350.52155.4374.4727.65
Hex127B5055023349b4a1c
Octal221731201250436423311234
Binary10010111101110100001010101010001111010010011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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