Html Css Color HEX #14473C Deep Teal

📋 copy color: '#14473C'

red 20 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #14473C

Tints of Deep Teal #14473C

RGB

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

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

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

R = 13.25%
G = 47.02%
B = 39.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#14473C (or 0x14473C) is known color: Deep Teal. HEX triplet: 14, 47 and 3C. RGB value is (20,71,60). Sum of RGB (Red+Green+Blue) = 20+71+60=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #14473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14473C is #EBB8C3. Grayscale: #363636. Windows color (decimal): -15448260 or 3950356. OLE color: 3950356.

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

Color convert

RGB 20 71 60 -
CMYK 0.72 0 0.15 0.72
HSL 167.06º 0.56% 0.18% -
HSV(B) 167.06º 0.72% 0.28% -
XYZ 3.36 4.98 5.06 -
YUV 54.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 20 71 60 0.72 0 0.15 0.72 167.06 0.56 0.18
Hex 14 47 3C 48 0 F 48 A7 38 12
Octal 24 107 74 110 0 17 110 247 70 22
Binary 10100 1000111 111100 1001000 0 1111 1001000 10100111 111000 10010

Color Harmonies of #14473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14473C

Black with #14473C

Text Example


Text Example

White with #14473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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