Html Css Color HEX #127E50 Salem

📋 copy color: '#127E50'

red 18 ◦ green 126 ◦ blue 80

#127E50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #127E50

Tints of Salem #127E50

RGB

 RED value IS 18 (7.42% from 255) = 8.04%

 GREEN value IS 126 (49.61% from 255) = 56.25%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 8.04%
G = 56.25%
B = 35.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#127E50 (or 0x127E50) is known color: Salem. HEX triplet: 12, 7E and 50. RGB value is (18,126,80). Sum of RGB (Red+Green+Blue) = 18+126+80=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #127E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E50 is #ED81AF. Grayscale: #585858. Windows color (decimal): -15565232 or 5275154. OLE color: 5275154.

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

Color convert

RGB 18 126 80 -
CMYK 0.86 0 0.37 0.51
HSL 154.44º 0.75% 0.28% -
HSV(B) 154.44º 0.86% 0.49% -
XYZ 9.16 15.63 10.12 -
YUV 88.46 123.22 77.74 -
System Red Green Blue C M Y K H S L
Decimal 18 126 80 0.86 0 0.37 0.51 154.44 0.75 0.28
Hex 12 7E 50 56 0 25 33 9A 4B 1C
Octal 22 176 120 126 0 45 63 232 113 34
Binary 10010 1111110 1010000 1010110 0 100101 110011 10011010 1001011 11100

Color Harmonies of #127E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E50

Black with #127E50

Text Example


Text Example

White with #127E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #127E50;
 }
 .AnyTagClassName
 {
   color: #127E50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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