Html Css Color HEX #187270 Elm

📋 copy color: '#187270'

red 24 ◦ green 114 ◦ blue 112

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

Shades of Elm #187270

Tints of Elm #187270

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 value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#187270 (or 0x187270) is known color: 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

RGB 24 114 112 -
CMYK 0.79 0 0.02 0.55
HSL 178.67º 0.65% 0.27% -
HSV(B) 178.67º 0.79% 0.45% -
XYZ 9.32 13.4 17.42 -
YUV 86.86 142.18 83.16 -
System Red Green Blue C M Y K H S L
Decimal 24 114 112 0.79 0 0.02 0.55 178.67 0.65 0.27
Hex 18 72 70 4F 0 2 37 B3 41 1B
Octal 30 162 160 117 0 2 67 263 101 33
Binary 11000 1110010 1110000 1001111 0 10 110111 10110011 1000001 11011

Color Harmonies of #187270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187270

Black with #187270

Text Example


Text Example

White with #187270

Text Example


Text Example

HTML Codes & Css Web 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>