#187475

Color #187475 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #187475

Tints of Elm #187475

Color information

#187475 (or 0x187475) is unknown color: approx 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

RGB24116117-
CMYK0.790.0100.54
HSL180.65º65.96%27.65%-
HSV(B)180.65º79.49%45.88%-
XYZ9.8313.9719.01-
YUV88.61144.0281.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241161170.790.0100.54180.6565.9627.65
Hex1874754F1036b5421c
Octal30164165117106626510234
Binary110001110100111010110011111011011010110101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>