Html Css Color HEX #14463F Deep Teal

📋 copy color: '#14463F'

red 20 ◦ green 70 ◦ blue 63

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

Shades of Deep Teal #14463F

Tints of Deep Teal #14463F

RGB

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

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

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

R = 13.07%
G = 45.75%
B = 41.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#14463F (or 0x14463F) is known color: Deep Teal. HEX triplet: 14, 46 and 3F. RGB value is (20,70,63). Sum of RGB (Red+Green+Blue) = 20+70+63=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #14463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14463F is #EBB9C0. Grayscale: #363636. Windows color (decimal): -15448513 or 4146708. OLE color: 4146708.

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

Color convert

RGB 20 70 63 -
CMYK 0.71 0 0.10 0.73
HSL 171.6º 0.56% 0.18% -
HSV(B) 171.6º 0.71% 0.27% -
XYZ 3.38 4.89 5.47 -
YUV 54.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 20 70 63 0.71 0 0.10 0.73 171.6 0.56 0.18
Hex 14 46 3F 47 0 A 49 AC 38 12
Octal 24 106 77 107 0 12 111 254 70 22
Binary 10100 1000110 111111 1000111 0 1010 1001001 10101100 111000 10010

Color Harmonies of #14463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14463F

Black with #14463F

Text Example


Text Example

White with #14463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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