Html Css Color HEX #14493D Deep Teal

📋 copy color: '#14493D'

red 20 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #14493D

Tints of Deep Teal #14493D

RGB

 RED value IS 20 (8.2% from 255) = 12.99%

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

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

R = 12.99%
G = 47.4%
B = 39.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#14493D (or 0x14493D) is known color: Deep Teal. HEX triplet: 14, 49 and 3D. RGB value is (20,73,61). Sum of RGB (Red+Green+Blue) = 20+73+61=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #14493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14493D is #EBB6C2. Grayscale: #373737. Windows color (decimal): -15447747 or 4016404. OLE color: 4016404.

HSL color Cylindrical-coordinate representation of color #14493D: hue angle of 166.42º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14493D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 61 -
CMYK 0.73 0 0.16 0.71
HSL 166.42º 0.57% 0.18% -
HSV(B) 166.42º 0.73% 0.29% -
XYZ 3.51 5.25 5.24 -
YUV 55.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 20 73 61 0.73 0 0.16 0.71 166.42 0.57 0.18
Hex 14 49 3D 49 0 10 47 A6 39 12
Octal 24 111 75 111 0 20 107 246 71 22
Binary 10100 1001001 111101 1001001 0 10000 1000111 10100110 111001 10010

Color Harmonies of #14493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14493D

Black with #14493D

Text Example


Text Example

White with #14493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14493D; }

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

 H1.HeaderClassName
 {
   color: #14493D;
 }
 .AnyTagClassName
 {
   color: #14493D;
 }
</style>

background-color css

<style>
 a { background-color: #14493D; }

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

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

border-color css

<style>
 span { border-color: #14493D; }

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

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