Html Css Color HEX #14413A Deep Teal

📋 copy color: '#14413A'

red 20 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #14413A

Tints of Deep Teal #14413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 13.99%
G = 45.45%
B = 40.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#14413A (or 0x14413A) is known color: Deep Teal. HEX triplet: 14, 41 and 3A. RGB value is (20,65,58). Sum of RGB (Red+Green+Blue) = 20+65+58=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #14413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413A is #EBBEC5. Grayscale: #323232. Windows color (decimal): -15449798 or 3817748. OLE color: 3817748.

HSL color Cylindrical-coordinate representation of color #14413A: hue angle of 170.67º 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 #14413A is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 58 -
CMYK 0.69 0 0.11 0.75
HSL 170.67º 0.53% 0.17% -
HSV(B) 170.67º 0.69% 0.25% -
XYZ 2.94 4.23 4.67 -
YUV 50.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 20 65 58 0.69 0 0.11 0.75 170.67 0.53 0.17
Hex 14 41 3A 45 0 B 4B AB 35 11
Octal 24 101 72 105 0 13 113 253 65 21
Binary 10100 1000001 111010 1000101 0 1011 1001011 10101011 110101 10001

Color Harmonies of #14413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14413A

Black with #14413A

Text Example


Text Example

White with #14413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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