Html Css Color HEX #14433E Deep Teal

📋 copy color: '#14433E'

red 20 ◦ green 67 ◦ blue 62

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

Shades of Deep Teal #14433E

Tints of Deep Teal #14433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 13.42%
G = 44.97%
B = 41.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.74

RGB Variations

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

Color information

#14433E (or 0x14433E) is known color: Deep Teal. HEX triplet: 14, 43 and 3E. RGB value is (20,67,62). Sum of RGB (Red+Green+Blue) = 20+67+62=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #14433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14433E is #EBBCC1. Grayscale: #343434. Windows color (decimal): -15449282 or 4080404. OLE color: 4080404.

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

Color convert

RGB 20 67 62 -
CMYK 0.70 0 0.07 0.74
HSL 173.62º 0.54% 0.17% -
HSV(B) 173.62º 0.7% 0.26% -
XYZ 3.17 4.51 5.26 -
YUV 52.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 20 67 62 0.70 0 0.07 0.74 173.62 0.54 0.17
Hex 14 43 3E 46 0 7 4A AE 36 11
Octal 24 103 76 106 0 7 112 256 66 21
Binary 10100 1000011 111110 1000110 0 111 1001010 10101110 110110 10001

Color Harmonies of #14433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14433E

Black with #14433E

Text Example


Text Example

White with #14433E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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