Html Css Color HEX #14423B Deep Teal

📋 copy color: '#14423B'

red 20 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #14423B

Tints of Deep Teal #14423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 13.79%
G = 45.52%
B = 40.69%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#14423B (or 0x14423B) is known color: Deep Teal. HEX triplet: 14, 42 and 3B. RGB value is (20,66,59). Sum of RGB (Red+Green+Blue) = 20+66+59=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #14423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14423B is #EBBDC4. Grayscale: #333333. Windows color (decimal): -15449541 or 3883540. OLE color: 3883540.

HSL color Cylindrical-coordinate representation of color #14423B: hue angle of 170.87º degrees, saturation: 0.53, 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 #14423B is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 59 -
CMYK 0.70 0 0.11 0.74
HSL 170.87º 0.53% 0.17% -
HSV(B) 170.87º 0.7% 0.26% -
XYZ 3.03 4.36 4.82 -
YUV 51.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 20 66 59 0.70 0 0.11 0.74 170.87 0.53 0.17
Hex 14 42 3B 46 0 B 4A AB 35 11
Octal 24 102 73 106 0 13 112 253 65 21
Binary 10100 1000010 111011 1000110 0 1011 1001010 10101011 110101 10001

Color Harmonies of #14423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14423B

Black with #14423B

Text Example


Text Example

White with #14423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14423B; }

 p { color: rgb(20,66,59); }

 H1.HeaderClassName
 {
   color: #14423B;
 }
 .AnyTagClassName
 {
   color: #14423B;
 }
</style>

background-color css

<style>
 a { background-color: #14423B; }

 a { background-color: rgb(20,66,59); }

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

border-color css

<style>
 span { border-color: #14423B; }

 span { border-color: rgb(20,66,59); }

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