#144239

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

Shades of Deep Teal #144239

Tints of Deep Teal #144239

Color information

#144239 (or 0x144239) is unknown color: approx Deep Teal. HEX triplet: 14, 42 and 39. RGB value is (20,66,57). Sum of RGB (Red+Green+Blue) = 20+66+57=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #144239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144239 is #EBBDC6. Grayscale: #333333. Windows color (decimal): -15449543 or 3752468. OLE color: 3752468.

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

Color convert

RGB206657-
CMYK0.7000.140.74
HSL168.26º53.49%16.86%-
HSV(B)168.26º69.7%25.88%-
XYZ2.984.344.55-
YUV51.22131.26105.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=13.99%
G=46.15%
B=39.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066570.7000.140.74168.2653.4916.86
Hex144239460E4Aa83511
Octal24102711060161122506521
Binary10100100001011100110001100111010010101010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144239; }

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

 H1.HeaderClassName
 {
   color: #144239;
 }
 .AnyTagClassName
 {
   color: #144239;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #144239;
 }
 .BgClassName
 {
   background-color: #144239;
 }
</style>
border-color css

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

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

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