Html Css Color HEX #127E55 Salem

📋 copy color: '#127E55'

red 18 ◦ green 126 ◦ blue 85

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

Shades of Salem #127E55

Tints of Salem #127E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 7.86%
G = 55.02%
B = 37.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#127E55 (or 0x127E55) is known color: Salem. HEX triplet: 12, 7E and 55. RGB value is (18,126,85). Sum of RGB (Red+Green+Blue) = 18+126+85=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #127E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E55 is #ED81AA. Grayscale: #595959. Windows color (decimal): -15565227 or 5602834. OLE color: 5602834.

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

Color convert

RGB 18 126 85 -
CMYK 0.86 0 0.33 0.51
HSL 157.22º 0.75% 0.28% -
HSV(B) 157.22º 0.86% 0.49% -
XYZ 9.35 15.71 11.13 -
YUV 89.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 18 126 85 0.86 0 0.33 0.51 157.22 0.75 0.28
Hex 12 7E 55 56 0 21 33 9D 4B 1C
Octal 22 176 125 126 0 41 63 235 113 34
Binary 10010 1111110 1010101 1010110 0 100001 110011 10011101 1001011 11100

Color Harmonies of #127E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E55

Black with #127E55

Text Example


Text Example

White with #127E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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