Html Css Color HEX #1D463B Deep Teal

📋 copy color: '#1D463B'

red 29 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #1D463B

Tints of Deep Teal #1D463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 18.35%
G = 44.3%
B = 37.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#1D463B (or 0x1D463B) is known color: Deep Teal. HEX triplet: 1D, 46 and 3B. RGB value is (29,70,59). Sum of RGB (Red+Green+Blue) = 29+70+59=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #1D463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D463B is #E2B9C4. Grayscale: #383838. Windows color (decimal): -14858693 or 3884573. OLE color: 3884573.

HSL color Cylindrical-coordinate representation of color #1D463B: hue angle of 163.9º 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 #1D463B is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 70 59 -
CMYK 0.59 0 0.16 0.73
HSL 163.9º 0.41% 0.19% -
HSV(B) 163.9º 0.59% 0.27% -
XYZ 3.49 4.96 4.91 -
YUV 56.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 29 70 59 0.59 0 0.16 0.73 163.9 0.41 0.19
Hex 1D 46 3B 3B 0 10 49 A4 29 13
Octal 35 106 73 73 0 20 111 244 51 23
Binary 11101 1000110 111011 111011 0 10000 1001001 10100100 101001 10011

Color Harmonies of #1D463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D463B

Black with #1D463B

Text Example


Text Example

White with #1D463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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