Html Css Color HEX #14473F Deep Teal

📋 copy color: '#14473F'

red 20 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #14473F

Tints of Deep Teal #14473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.91%

R = 12.99%
G = 46.1%
B = 40.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#14473F (or 0x14473F) is known color: Deep Teal. HEX triplet: 14, 47 and 3F. RGB value is (20,71,63). Sum of RGB (Red+Green+Blue) = 20+71+63=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #14473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473F is #EBB8C0. Grayscale: #363636. Windows color (decimal): -15448257 or 4146964. OLE color: 4146964.

HSL color Cylindrical-coordinate representation of color #14473F: hue angle of 170.59º 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 #14473F is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 63 -
CMYK 0.72 0 0.11 0.72
HSL 170.59º 0.56% 0.18% -
HSV(B) 170.59º 0.72% 0.28% -
XYZ 3.44 5.01 5.49 -
YUV 54.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 20 71 63 0.72 0 0.11 0.72 170.59 0.56 0.18
Hex 14 47 3F 48 0 B 48 AB 38 12
Octal 24 107 77 110 0 13 110 253 70 22
Binary 10100 1000111 111111 1001000 0 1011 1001000 10101011 111000 10010

Color Harmonies of #14473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14473F

Black with #14473F

Text Example


Text Example

White with #14473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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