Html Css Color HEX #14403C Deep Teal

📋 copy color: '#14403C'

red 20 ◦ green 64 ◦ blue 60

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

Shades of Deep Teal #14403C

Tints of Deep Teal #14403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.44%

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

R = 13.89%
G = 44.44%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#14403C (or 0x14403C) is known color: Deep Teal. HEX triplet: 14, 40 and 3C. RGB value is (20,64,60). Sum of RGB (Red+Green+Blue) = 20+64+60=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #14403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14403C is #EBBFC3. Grayscale: #323232. Windows color (decimal): -15450052 or 3948564. OLE color: 3948564.

HSL color Cylindrical-coordinate representation of color #14403C: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14403C is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 64 60 -
CMYK 0.69 0 0.06 0.75
HSL 174.55º 0.52% 0.16% -
HSV(B) 174.55º 0.69% 0.25% -
XYZ 2.94 4.14 4.92 -
YUV 50.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 20 64 60 0.69 0 0.06 0.75 174.55 0.52 0.16
Hex 14 40 3C 45 0 6 4B AF 34 10
Octal 24 100 74 105 0 6 113 257 64 20
Binary 10100 1000000 111100 1000101 0 110 1001011 10101111 110100 10000

Color Harmonies of #14403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14403C

Black with #14403C

Text Example


Text Example

White with #14403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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