Html Css Color HEX #187475 Elm

📋 copy color: '#187475'

red 24 ◦ green 116 ◦ blue 117

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

Shades of Elm #187475

Tints of Elm #187475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 9.34%
G = 45.14%
B = 45.53%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#187475 (or 0x187475) is known color: Elm. HEX triplet: 18, 74 and 75. RGB value is (24,116,117). Sum of RGB (Red+Green+Blue) = 24+116+117=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #187475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187475 is #E78B8A. Grayscale: #585858. Windows color (decimal): -15174539 or 7697432. OLE color: 7697432.

HSL color Cylindrical-coordinate representation of color #187475: hue angle of 180.65º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187475 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 116 117 -
CMYK 0.79 0.01 0 0.54
HSL 180.65º 0.66% 0.28% -
HSV(B) 180.65º 0.79% 0.46% -
XYZ 9.83 13.97 19.01 -
YUV 88.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 24 116 117 0.79 0.01 0 0.54 180.65 0.66 0.28
Hex 18 74 75 4F 1 0 36 B5 42 1C
Octal 30 164 165 117 1 0 66 265 102 34
Binary 11000 1110100 1110101 1001111 1 0 110110 10110101 1000010 11100

Color Harmonies of #187475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187475

Black with #187475

Text Example


Text Example

White with #187475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187475; }

 p { color: rgb(24,116,117); }

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

background-color css

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

 a { background-color: rgb(24,116,117); }

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

border-color css

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

 span { border-color: rgb(24,116,117); }

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