Html Css Color HEX #1D463C Deep Teal

📋 copy color: '#1D463C'

red 29 ◦ green 70 ◦ blue 60

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

Shades of Deep Teal #1D463C

Tints of Deep Teal #1D463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 18.24%
G = 44.03%
B = 37.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#1D463C (or 0x1D463C) is known color: Deep Teal. HEX triplet: 1D, 46 and 3C. RGB value is (29,70,60). Sum of RGB (Red+Green+Blue) = 29+70+60=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #1D463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D463C is #E2B9C3. Grayscale: #383838. Windows color (decimal): -14858692 or 3950109. OLE color: 3950109.

HSL color Cylindrical-coordinate representation of color #1D463C: hue angle of 165.37º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D463C is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 70 60 -
CMYK 0.59 0 0.14 0.73
HSL 165.37º 0.41% 0.19% -
HSV(B) 165.37º 0.59% 0.27% -
XYZ 3.51 4.97 5.05 -
YUV 56.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 29 70 60 0.59 0 0.14 0.73 165.37 0.41 0.19
Hex 1D 46 3C 3B 0 E 49 A5 29 13
Octal 35 106 74 73 0 16 111 245 51 23
Binary 11101 1000110 111100 111011 0 1110 1001001 10100101 101001 10011

Color Harmonies of #1D463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D463C

Black with #1D463C

Text Example


Text Example

White with #1D463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,60); }

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

background-color css

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

 a { background-color: rgb(29,70,60); }

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

border-color css

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

 span { border-color: rgb(29,70,60); }

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