Html Css Color HEX #14463B Deep Teal

📋 copy color: '#14463B'

red 20 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #14463B

Tints of Deep Teal #14463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.6%

R = 13.42%
G = 46.98%
B = 39.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#14463B (or 0x14463B) is known color: Deep Teal. HEX triplet: 14, 46 and 3B. RGB value is (20,70,59). Sum of RGB (Red+Green+Blue) = 20+70+59=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #14463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14463B is #EBB9C4. Grayscale: #353535. Windows color (decimal): -15448517 or 3884564. OLE color: 3884564.

HSL color Cylindrical-coordinate representation of color #14463B: hue angle of 166.8º 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 #14463B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 59 -
CMYK 0.71 0 0.16 0.73
HSL 166.8º 0.56% 0.18% -
HSV(B) 166.8º 0.71% 0.27% -
XYZ 3.27 4.84 4.9 -
YUV 53.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 20 70 59 0.71 0 0.16 0.73 166.8 0.56 0.18
Hex 14 46 3B 47 0 10 49 A7 38 12
Octal 24 106 73 107 0 20 111 247 70 22
Binary 10100 1000110 111011 1000111 0 10000 1001001 10100111 111000 10010

Color Harmonies of #14463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14463B

Black with #14463B

Text Example


Text Example

White with #14463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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