Html Css Color HEX #14413C Deep Teal

📋 copy color: '#14413C'

red 20 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #14413C

Tints of Deep Teal #14413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 13.79%
G = 44.83%
B = 41.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#14413C (or 0x14413C) is known color: Deep Teal. HEX triplet: 14, 41 and 3C. RGB value is (20,65,60). Sum of RGB (Red+Green+Blue) = 20+65+60=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #14413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413C is #EBBEC3. Grayscale: #323232. Windows color (decimal): -15449796 or 3948820. OLE color: 3948820.

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

Color convert

RGB 20 65 60 -
CMYK 0.69 0 0.08 0.75
HSL 173.33º 0.53% 0.17% -
HSV(B) 173.33º 0.69% 0.25% -
XYZ 2.99 4.26 4.94 -
YUV 50.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 20 65 60 0.69 0 0.08 0.75 173.33 0.53 0.17
Hex 14 41 3C 45 0 8 4B AD 35 11
Octal 24 101 74 105 0 10 113 255 65 21
Binary 10100 1000001 111100 1000101 0 1000 1001011 10101101 110101 10001

Color Harmonies of #14413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14413C

Black with #14413C

Text Example


Text Example

White with #14413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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