Html Css Color HEX #14463E Deep Teal

📋 copy color: '#14463E'

red 20 ◦ green 70 ◦ blue 62

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

Shades of Deep Teal #14463E

Tints of Deep Teal #14463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 13.16%
G = 46.05%
B = 40.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#14463E (or 0x14463E) is known color: Deep Teal. HEX triplet: 14, 46 and 3E. RGB value is (20,70,62). Sum of RGB (Red+Green+Blue) = 20+70+62=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #14463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14463E is #EBB9C1. Grayscale: #363636. Windows color (decimal): -15448514 or 4081172. OLE color: 4081172.

HSL color Cylindrical-coordinate representation of color #14463E: hue angle of 170.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14463E is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 62 -
CMYK 0.71 0 0.11 0.73
HSL 170.4º 0.56% 0.18% -
HSV(B) 170.4º 0.71% 0.27% -
XYZ 3.35 4.88 5.32 -
YUV 54.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 20 70 62 0.71 0 0.11 0.73 170.4 0.56 0.18
Hex 14 46 3E 47 0 B 49 AA 38 12
Octal 24 106 76 107 0 13 111 252 70 22
Binary 10100 1000110 111110 1000111 0 1011 1001001 10101010 111000 10010

Color Harmonies of #14463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14463E

Black with #14463E

Text Example


Text Example

White with #14463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14463E; }

 p { color: rgb(20,70,62); }

 H1.HeaderClassName
 {
   color: #14463E;
 }
 .AnyTagClassName
 {
   color: #14463E;
 }
</style>

background-color css

<style>
 a { background-color: #14463E; }

 a { background-color: rgb(20,70,62); }

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

border-color css

<style>
 span { border-color: #14463E; }

 span { border-color: rgb(20,70,62); }

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