Html Css Color HEX #127D4B Salem

📋 copy color: '#127D4B'

red 18 ◦ green 125 ◦ blue 75

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

Shades of Salem #127D4B

Tints of Salem #127D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 8.26%
G = 57.34%
B = 34.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#127D4B (or 0x127D4B) is known color: Salem. HEX triplet: 12, 7D and 4B. RGB value is (18,125,75). Sum of RGB (Red+Green+Blue) = 18+125+75=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #127D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D4B is #ED82B4. Grayscale: #575757. Windows color (decimal): -15565493 or 4947218. OLE color: 4947218.

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

Color convert

RGB 18 125 75 -
CMYK 0.86 0 0.40 0.51
HSL 151.96º 0.75% 0.28% -
HSV(B) 151.96º 0.86% 0.49% -
XYZ 8.85 15.3 9.14 -
YUV 87.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 18 125 75 0.86 0 0.40 0.51 151.96 0.75 0.28
Hex 12 7D 4B 56 0 28 33 98 4B 1C
Octal 22 175 113 126 0 50 63 230 113 34
Binary 10010 1111101 1001011 1010110 0 101000 110011 10011000 1001011 11100

Color Harmonies of #127D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D4B

Black with #127D4B

Text Example


Text Example

White with #127D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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