Html Css Color HEX #1D5249 Deep Teal

📋 copy color: '#1D5249'

red 29 ◦ green 82 ◦ blue 73

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

Shades of Deep Teal #1D5249

Tints of Deep Teal #1D5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 15.76%
G = 44.57%
B = 39.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#1D5249 (or 0x1D5249) is known color: Deep Teal. HEX triplet: 1D, 52 and 49. RGB value is (29,82,73). Sum of RGB (Red+Green+Blue) = 29+82+73=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5249 is #E2ADB6. Grayscale: #414141. Windows color (decimal): -14855607 or 4805149. OLE color: 4805149.

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

Color convert

RGB 29 82 73 -
CMYK 0.65 0 0.11 0.68
HSL 169.81º 0.48% 0.22% -
HSV(B) 169.81º 0.65% 0.32% -
XYZ 4.73 6.78 7.36 -
YUV 65.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 29 82 73 0.65 0 0.11 0.68 169.81 0.48 0.22
Hex 1D 52 49 41 0 B 44 AA 30 16
Octal 35 122 111 101 0 13 104 252 60 26
Binary 11101 1010010 1001001 1000001 0 1011 1000100 10101010 110000 10110

Color Harmonies of #1D5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5249

Black with #1D5249

Text Example


Text Example

White with #1D5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,82,73); }

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

background-color css

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

 a { background-color: rgb(29,82,73); }

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

border-color css

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

 span { border-color: rgb(29,82,73); }

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