#14423B

Color #14423B Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #14423B

Tints of Deep Teal #14423B

Color information

#14423B (or 0x14423B) is unknown color: approx 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

RGB206659-
CMYK0.7000.110.74
HSL170.87º53.49%16.86%-
HSV(B)170.87º69.7%25.88%-
XYZ3.034.364.82-
YUV51.45132.26105.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066590.7000.110.74170.8753.4916.86
Hex14423B460B4Aab3511
Octal24102731060131122536521
Binary10100100001011101110001100101110010101010101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>