Html Css Color HEX #14413B Deep Teal

📋 copy color: '#14413B'

red 20 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #14413B

Tints of Deep Teal #14413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 13.89%
G = 45.14%
B = 40.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#14413B (or 0x14413B) is known color: Deep Teal. HEX triplet: 14, 41 and 3B. RGB value is (20,65,59). Sum of RGB (Red+Green+Blue) = 20+65+59=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #14413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413B is #EBBEC4. Grayscale: #323232. Windows color (decimal): -15449797 or 3883284. OLE color: 3883284.

HSL color Cylindrical-coordinate representation of color #14413B: hue angle of 172º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14413B is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 59 -
CMYK 0.69 0 0.09 0.75
HSL 172º 0.53% 0.17% -
HSV(B) 172º 0.69% 0.25% -
XYZ 2.97 4.25 4.8 -
YUV 50.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 20 65 59 0.69 0 0.09 0.75 172 0.53 0.17
Hex 14 41 3B 45 0 9 4B AC 35 11
Octal 24 101 73 105 0 11 113 254 65 21
Binary 10100 1000001 111011 1000101 0 1001 1001011 10101100 110101 10001

Color Harmonies of #14413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14413B

Black with #14413B

Text Example


Text Example

White with #14413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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