Html Css Color HEX #1C867B Elm

📋 copy color: '#1C867B'

red 28 ◦ green 134 ◦ blue 123

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

Shades of Elm #1C867B

Tints of Elm #1C867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.16%

R = 9.82%
G = 47.02%
B = 43.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#1C867B (or 0x1C867B) is known color: Elm. HEX triplet: 1C, 86 and 7B. RGB value is (28,134,123). Sum of RGB (Red+Green+Blue) = 28+134+123=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #1C867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C867B is #E37984. Grayscale: #646464. Windows color (decimal): -14907781 or 8095260. OLE color: 8095260.

HSL color Cylindrical-coordinate representation of color #1C867B: hue angle of 173.77º 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 #1C867B is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 134 123 -
CMYK 0.79 0 0.08 0.47
HSL 173.77º 0.65% 0.32% -
HSV(B) 173.77º 0.79% 0.53% -
XYZ 12.58 18.73 21.69 -
YUV 101.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 28 134 123 0.79 0 0.08 0.47 173.77 0.65 0.32
Hex 1C 86 7B 4F 0 8 2F AE 41 20
Octal 34 206 173 117 0 10 57 256 101 40
Binary 11100 10000110 1111011 1001111 0 1000 101111 10101110 1000001 100000

Color Harmonies of #1C867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C867B

Black with #1C867B

Text Example


Text Example

White with #1C867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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