Html Css Color HEX #14433D Deep Teal

📋 copy color: '#14433D'

red 20 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #14433D

Tints of Deep Teal #14433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 13.51%
G = 45.27%
B = 41.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#14433D (or 0x14433D) is known color: Deep Teal. HEX triplet: 14, 43 and 3D. RGB value is (20,67,61). Sum of RGB (Red+Green+Blue) = 20+67+61=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #14433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433D is #EBBCC2. Grayscale: #343434. Windows color (decimal): -15449283 or 4014868. OLE color: 4014868.

HSL color Cylindrical-coordinate representation of color #14433D: hue angle of 172.34º 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 #14433D is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 67 61 -
CMYK 0.70 0 0.09 0.74
HSL 172.34º 0.54% 0.17% -
HSV(B) 172.34º 0.7% 0.26% -
XYZ 3.14 4.5 5.12 -
YUV 52.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 20 67 61 0.70 0 0.09 0.74 172.34 0.54 0.17
Hex 14 43 3D 46 0 9 4A AC 36 11
Octal 24 103 75 106 0 11 112 254 66 21
Binary 10100 1000011 111101 1000110 0 1001 1001010 10101100 110110 10001

Color Harmonies of #14433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14433D

Black with #14433D

Text Example


Text Example

White with #14433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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