Html Css Color HEX #18857F Elm

📋 copy color: '#18857F'

red 24 ◦ green 133 ◦ blue 127

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

Shades of Elm #18857F

Tints of Elm #18857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 127 (50% from 255) = 44.72%

R = 8.45%
G = 46.83%
B = 44.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#18857F (or 0x18857F) is known color: Elm. HEX triplet: 18, 85 and 7F. RGB value is (24,133,127). Sum of RGB (Red+Green+Blue) = 24+133+127=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #18857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18857F is #E77A80. Grayscale: #636363. Windows color (decimal): -15170177 or 8357144. OLE color: 8357144.

HSL color Cylindrical-coordinate representation of color #18857F: hue angle of 176.7º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18857F is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 127 -
CMYK 0.82 0 0.05 0.48
HSL 176.7º 0.69% 0.31% -
HSV(B) 176.7º 0.82% 0.52% -
XYZ 12.59 18.5 22.99 -
YUV 99.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 24 133 127 0.82 0 0.05 0.48 176.7 0.69 0.31
Hex 18 85 7F 52 0 5 30 B1 45 1F
Octal 30 205 177 122 0 5 60 261 105 37
Binary 11000 10000101 1111111 1010010 0 101 110000 10110001 1000101 11111

Color Harmonies of #18857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18857F

Black with #18857F

Text Example


Text Example

White with #18857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18857F; }

 p { color: rgb(24,133,127); }

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

background-color css

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

 a { background-color: rgb(24,133,127); }

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

border-color css

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

 span { border-color: rgb(24,133,127); }

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