Html Css Color HEX #18867F Elm

📋 copy color: '#18867F'

red 24 ◦ green 134 ◦ blue 127

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

Shades of Elm #18867F

Tints of Elm #18867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

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

R = 8.42%
G = 47.02%
B = 44.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#18867F (or 0x18867F) is known color: Elm. HEX triplet: 18, 86 and 7F. RGB value is (24,134,127). Sum of RGB (Red+Green+Blue) = 24+134+127=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #18867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18867F is #E77980. Grayscale: #646464. Windows color (decimal): -15169921 or 8357400. OLE color: 8357400.

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

Color convert

RGB 24 134 127 -
CMYK 0.82 0 0.05 0.47
HSL 176.18º 0.7% 0.31% -
HSV(B) 176.18º 0.82% 0.53% -
XYZ 12.73 18.78 23.03 -
YUV 100.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 24 134 127 0.82 0 0.05 0.47 176.18 0.7 0.31
Hex 18 86 7F 52 0 5 2F B0 46 1F
Octal 30 206 177 122 0 5 57 260 106 37
Binary 11000 10000110 1111111 1010010 0 101 101111 10110000 1000110 11111

Color Harmonies of #18867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18867F

Black with #18867F

Text Example


Text Example

White with #18867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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