Html Css Color HEX #14473D Deep Teal

📋 copy color: '#14473D'

red 20 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #14473D

Tints of Deep Teal #14473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 13.16%
G = 46.71%
B = 40.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#14473D (or 0x14473D) is known color: Deep Teal. HEX triplet: 14, 47 and 3D. RGB value is (20,71,61). Sum of RGB (Red+Green+Blue) = 20+71+61=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #14473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473D is #EBB8C2. Grayscale: #363636. Windows color (decimal): -15448259 or 4015892. OLE color: 4015892.

HSL color Cylindrical-coordinate representation of color #14473D: hue angle of 168.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14473D is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 61 -
CMYK 0.72 0 0.14 0.72
HSL 168.24º 0.56% 0.18% -
HSV(B) 168.24º 0.72% 0.28% -
XYZ 3.38 4.99 5.2 -
YUV 54.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 20 71 61 0.72 0 0.14 0.72 168.24 0.56 0.18
Hex 14 47 3D 48 0 E 48 A8 38 12
Octal 24 107 75 110 0 16 110 250 70 22
Binary 10100 1000111 111101 1001000 0 1110 1001000 10101000 111000 10010

Color Harmonies of #14473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14473D

Black with #14473D

Text Example


Text Example

White with #14473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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