#187270

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

Shades of Elm #187270

Tints of Elm #187270

Color information

#187270 (or 0x187270) is unknown color: approx Elm. HEX triplet: 18, 72 and 70. RGB value is (24,114,112). Sum of RGB (Red+Green+Blue) = 24+114+112=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #187270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187270 is #E78D8F. Grayscale: #565656. Windows color (decimal): -15175056 or 7369240. OLE color: 7369240.

HSL color Cylindrical-coordinate representation of color #187270: hue angle of 178.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187270 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB24114112-
CMYK0.7900.020.55
HSL178.67º65.22%27.06%-
HSV(B)178.67º78.95%44.71%-
XYZ9.3213.417.42-
YUV86.86142.1883.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=9.6%
G=45.6%
B=44.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241141120.7900.020.55178.6765.2227.06
Hex1872704F0237b3411b
Octal30162160117026726310133
Binary1100011100101110000100111101011011110110011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187270; }

 p { color: rgb(24,114,112); }

 H1.HeaderClassName
 {
   color: #187270;
 }
 .AnyTagClassName
 {
   color: #187270;
 }
</style>
background-color css

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

 a { background-color: rgb(24,114,112); }

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

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

 span { border-color: rgb(24,114,112); }

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