Html Css Color HEX #127253 Salem

📋 copy color: '#127253'

red 18 ◦ green 114 ◦ blue 83

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

Shades of Salem #127253

Tints of Salem #127253

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.6%

R = 8.37%
G = 53.02%
B = 38.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#127253 (or 0x127253) is known color: 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

RGB 18 114 83 -
CMYK 0.84 0 0.27 0.55
HSL 160.63º 0.73% 0.26% -
HSV(B) 160.63º 0.84% 0.45% -
XYZ 7.83 12.79 10.24 -
YUV 81.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 18 114 83 0.84 0 0.27 0.55 160.63 0.73 0.26
Hex 12 72 53 54 0 1B 37 A1 49 1A
Octal 22 162 123 124 0 33 67 241 111 32
Binary 10010 1110010 1010011 1010100 0 11011 110111 10100001 1001001 11010

Color Harmonies of #127253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127253

Black with #127253

Text Example


Text Example

White with #127253

Text Example


Text Example

HTML Codes & Css Web 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>