Html Css Color HEX #187C50 Salem

📋 copy color: '#187C50'

red 24 ◦ green 124 ◦ blue 80

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

Shades of Salem #187C50

Tints of Salem #187C50

RGB

 RED value IS 24 (9.77% from 255) = 10.53%

 GREEN value IS 124 (48.83% from 255) = 54.39%

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

R = 10.53%
G = 54.39%
B = 35.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#187C50 (or 0x187C50) is known color: Salem. HEX triplet: 18, 7C and 50. RGB value is (24,124,80). Sum of RGB (Red+Green+Blue) = 24+124+80=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #187C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187C50 is #E783AF. Grayscale: #595959. Windows color (decimal): -15172528 or 5274648. OLE color: 5274648.

HSL color Cylindrical-coordinate representation of color #187C50: hue angle of 153.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187C50 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 124 80 -
CMYK 0.81 0 0.35 0.51
HSL 153.6º 0.68% 0.29% -
HSV(B) 153.6º 0.81% 0.49% -
XYZ 9.03 15.19 10.05 -
YUV 89.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 24 124 80 0.81 0 0.35 0.51 153.6 0.68 0.29
Hex 18 7C 50 51 0 23 33 9A 44 1D
Octal 30 174 120 121 0 43 63 232 104 35
Binary 11000 1111100 1010000 1010001 0 100011 110011 10011010 1000100 11101

Color Harmonies of #187C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187C50

Black with #187C50

Text Example


Text Example

White with #187C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187C50; }

 p { color: rgb(24,124,80); }

 H1.HeaderClassName
 {
   color: #187C50;
 }
 .AnyTagClassName
 {
   color: #187C50;
 }
</style>

background-color css

<style>
 a { background-color: #187C50; }

 a { background-color: rgb(24,124,80); }

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

border-color css

<style>
 span { border-color: #187C50; }

 span { border-color: rgb(24,124,80); }

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