Html Css Color HEX #1D887D Elm

📋 copy color: '#1D887D'

red 29 ◦ green 136 ◦ blue 125

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

Shades of Elm #1D887D

Tints of Elm #1D887D

RGB

 RED value IS 29 (11.72% from 255) = 10%

 GREEN value IS 136 (53.52% from 255) = 46.9%

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

R = 10%
G = 46.9%
B = 43.1%

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

#1D887D (or 0x1D887D) is known color: Elm. HEX triplet: 1D, 88 and 7D. RGB value is (29,136,125). Sum of RGB (Red+Green+Blue) = 29+136+125=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #1D887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D887D is #E27782. Grayscale: #666666. Windows color (decimal): -14841731 or 8226845. OLE color: 8226845.

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

Color convert

RGB 29 136 125 -
CMYK 0.79 0 0.08 0.47
HSL 173.83º 0.65% 0.32% -
HSV(B) 173.83º 0.79% 0.53% -
XYZ 13.01 19.35 22.45 -
YUV 102.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 29 136 125 0.79 0 0.08 0.47 173.83 0.65 0.32
Hex 1D 88 7D 4F 0 8 2F AE 41 20
Octal 35 210 175 117 0 10 57 256 101 40
Binary 11101 10001000 1111101 1001111 0 1000 101111 10101110 1000001 100000

Color Harmonies of #1D887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D887D

Black with #1D887D

Text Example


Text Example

White with #1D887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,136,125); }

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

background-color css

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

 a { background-color: rgb(29,136,125); }

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

border-color css

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

 span { border-color: rgb(29,136,125); }

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