Html Css Color HEX #14433A Deep Teal

📋 copy color: '#14433A'

red 20 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #14433A

Tints of Deep Teal #14433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 13.79%
G = 46.21%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#14433A (or 0x14433A) is known color: Deep Teal. HEX triplet: 14, 43 and 3A. RGB value is (20,67,58). Sum of RGB (Red+Green+Blue) = 20+67+58=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #14433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433A is #EBBCC5. Grayscale: #333333. Windows color (decimal): -15449286 or 3818260. OLE color: 3818260.

HSL color Cylindrical-coordinate representation of color #14433A: hue angle of 168.51º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14433A is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 58 -
CMYK 0.70 0 0.13 0.74
HSL 168.51º 0.54% 0.17% -
HSV(B) 168.51º 0.7% 0.26% -
XYZ 3.06 4.47 4.7 -
YUV 51.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 20 67 58 0.70 0 0.13 0.74 168.51 0.54 0.17
Hex 14 43 3A 46 0 D 4A A9 36 11
Octal 24 103 72 106 0 15 112 251 66 21
Binary 10100 1000011 111010 1000110 0 1101 1001010 10101001 110110 10001

Color Harmonies of #14433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14433A

Black with #14433A

Text Example


Text Example

White with #14433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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