Html Css Color HEX #1C857D Elm

📋 copy color: '#1C857D'

red 28 ◦ green 133 ◦ blue 125

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

Shades of Elm #1C857D

Tints of Elm #1C857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 9.79%
G = 46.5%
B = 43.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#1C857D (or 0x1C857D) is known color: Elm. HEX triplet: 1C, 85 and 7D. RGB value is (28,133,125). Sum of RGB (Red+Green+Blue) = 28+133+125=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #1C857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C857D is #E37A82. Grayscale: #646464. Windows color (decimal): -14908035 or 8226076. OLE color: 8226076.

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

Color convert

RGB 28 133 125 -
CMYK 0.79 0 0.06 0.48
HSL 175.43º 0.65% 0.32% -
HSV(B) 175.43º 0.79% 0.52% -
XYZ 12.57 18.5 22.31 -
YUV 100.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 28 133 125 0.79 0 0.06 0.48 175.43 0.65 0.32
Hex 1C 85 7D 4F 0 6 30 AF 41 20
Octal 34 205 175 117 0 6 60 257 101 40
Binary 11100 10000101 1111101 1001111 0 110 110000 10101111 1000001 100000

Color Harmonies of #1C857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C857D

Black with #1C857D

Text Example


Text Example

White with #1C857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,133,125); }

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

background-color css

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

 a { background-color: rgb(28,133,125); }

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

border-color css

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

 span { border-color: rgb(28,133,125); }

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