Html Css Color HEX #1D493D Deep Teal

📋 copy color: '#1D493D'

red 29 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #1D493D

Tints of Deep Teal #1D493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 17.79%
G = 44.79%
B = 37.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#1D493D (or 0x1D493D) is known color: Deep Teal. HEX triplet: 1D, 49 and 3D. RGB value is (29,73,61). Sum of RGB (Red+Green+Blue) = 29+73+61=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #1D493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D493D is #E2B6C2. Grayscale: #3A3A3A. Windows color (decimal): -14857923 or 4016413. OLE color: 4016413.

HSL color Cylindrical-coordinate representation of color #1D493D: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D493D is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 73 61 -
CMYK 0.60 0 0.16 0.71
HSL 163.64º 0.43% 0.2% -
HSV(B) 163.64º 0.6% 0.29% -
XYZ 3.73 5.36 5.25 -
YUV 58.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 29 73 61 0.60 0 0.16 0.71 163.64 0.43 0.2
Hex 1D 49 3D 3C 0 10 47 A4 2B 14
Octal 35 111 75 74 0 20 107 244 53 24
Binary 11101 1001001 111101 111100 0 10000 1000111 10100100 101011 10100

Color Harmonies of #1D493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D493D

Black with #1D493D

Text Example


Text Example

White with #1D493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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