Html Css Color HEX #187A50 Salem

📋 copy color: '#187A50'

red 24 ◦ green 122 ◦ blue 80

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

Shades of Salem #187A50

Tints of Salem #187A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.98%

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

R = 10.62%
G = 53.98%
B = 35.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#187A50 (or 0x187A50) is known color: Salem. HEX triplet: 18, 7A and 50. RGB value is (24,122,80). Sum of RGB (Red+Green+Blue) = 24+122+80=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #187A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A50 is #E785AF. Grayscale: #575757. Windows color (decimal): -15173040 or 5274136. OLE color: 5274136.

HSL color Cylindrical-coordinate representation of color #187A50: hue angle of 154.29º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187A50 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 122 80 -
CMYK 0.80 0 0.34 0.52
HSL 154.29º 0.67% 0.29% -
HSV(B) 154.29º 0.8% 0.48% -
XYZ 8.78 14.69 9.96 -
YUV 87.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 24 122 80 0.80 0 0.34 0.52 154.29 0.67 0.29
Hex 18 7A 50 50 0 22 34 9A 43 1D
Octal 30 172 120 120 0 42 64 232 103 35
Binary 11000 1111010 1010000 1010000 0 100010 110100 10011010 1000011 11101

Color Harmonies of #187A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A50

Black with #187A50

Text Example


Text Example

White with #187A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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