Html Css Color HEX #1C8684 Elm

📋 copy color: '#1C8684'

red 28 ◦ green 134 ◦ blue 132

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

Shades of Elm #1C8684

Tints of Elm #1C8684

RGB

 RED value IS 28 (11.33% from 255) = 9.52%

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

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 9.52%
G = 45.58%
B = 44.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#1C8684 (or 0x1C8684) is known color: Elm. HEX triplet: 1C, 86 and 84. RGB value is (28,134,132). Sum of RGB (Red+Green+Blue) = 28+134+132=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #1C8684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8684 is #E3797B. Grayscale: #656565. Windows color (decimal): -14907772 or 8685084. OLE color: 8685084.

HSL color Cylindrical-coordinate representation of color #1C8684: hue angle of 178.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8684 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 134 132 -
CMYK 0.79 0 0.01 0.47
HSL 178.87º 0.65% 0.32% -
HSV(B) 178.87º 0.79% 0.53% -
XYZ 13.17 18.96 24.8 -
YUV 102.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 28 134 132 0.79 0 0.01 0.47 178.87 0.65 0.32
Hex 1C 86 84 4F 0 1 2F B3 41 20
Octal 34 206 204 117 0 1 57 263 101 40
Binary 11100 10000110 10000100 1001111 0 1 101111 10110011 1000001 100000

Color Harmonies of #1C8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8684

Black with #1C8684

Text Example


Text Example

White with #1C8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C8684; }

 p { color: rgb(28,134,132); }

 H1.HeaderClassName
 {
   color: #1C8684;
 }
 .AnyTagClassName
 {
   color: #1C8684;
 }
</style>

background-color css

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

 a { background-color: rgb(28,134,132); }

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

border-color css

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

 span { border-color: rgb(28,134,132); }

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