#127253

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

Shades of Salem #127253

Tints of Salem #127253

Color information

#127253 (or 0x127253) is unknown color: approx Salem. HEX triplet: 12, 72 and 53. RGB value is (18,114,83). Sum of RGB (Red+Green+Blue) = 18+114+83=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #127253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127253 is #ED8DAC. Grayscale: #515151. Windows color (decimal): -15568301 or 5468690. OLE color: 5468690.

HSL color Cylindrical-coordinate representation of color #127253: hue angle of 160.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127253 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1811483-
CMYK0.8400.270.55
HSL160.62º72.73%25.88%-
HSV(B)160.62º84.21%44.71%-
XYZ7.8312.7910.24-
YUV81.76128.782.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=8.37%
G=53.02%
B=38.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114830.8400.270.55160.6272.7325.88
Hex1272535401B37a1491a
Octal221621231240336724111132
Binary1001011100101010011101010001101111011110100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127253; }

 p { color: rgb(18,114,83); }

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

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

 a { background-color: rgb(18,114,83); }

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

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

 span { border-color: rgb(18,114,83); }

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