Html Css Color HEX #127D51 Salem

📋 copy color: '#127D51'

red 18 ◦ green 125 ◦ blue 81

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

Shades of Salem #127D51

Tints of Salem #127D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.8%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 8.04%
G = 55.8%
B = 36.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#127D51 (or 0x127D51) is known color: Salem. HEX triplet: 12, 7D and 51. RGB value is (18,125,81). Sum of RGB (Red+Green+Blue) = 18+125+81=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #127D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D51 is #ED82AE. Grayscale: #585858. Windows color (decimal): -15565487 or 5340434. OLE color: 5340434.

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

Color convert

RGB 18 125 81 -
CMYK 0.86 0 0.35 0.51
HSL 155.33º 0.75% 0.28% -
HSV(B) 155.33º 0.86% 0.49% -
XYZ 9.07 15.39 10.28 -
YUV 87.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 18 125 81 0.86 0 0.35 0.51 155.33 0.75 0.28
Hex 12 7D 51 56 0 23 33 9B 4B 1C
Octal 22 175 121 126 0 43 63 233 113 34
Binary 10010 1111101 1010001 1010110 0 100011 110011 10011011 1001011 11100

Color Harmonies of #127D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D51

Black with #127D51

Text Example


Text Example

White with #127D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,125,81); }

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

background-color css

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

 a { background-color: rgb(18,125,81); }

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

border-color css

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

 span { border-color: rgb(18,125,81); }

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