#144539

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

Shades of Deep Teal #144539

Tints of Deep Teal #144539

Color information

#144539 (or 0x144539) is unknown color: approx Deep Teal. HEX triplet: 14, 45 and 39. RGB value is (20,69,57). Sum of RGB (Red+Green+Blue) = 20+69+57=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #144539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144539 is #EBBAC6. Grayscale: #343434. Windows color (decimal): -15448775 or 3753236. OLE color: 3753236.

HSL color Cylindrical-coordinate representation of color #144539: hue angle of 165.31º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144539 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB206957-
CMYK0.7100.170.73
HSL165.31º55.06%17.45%-
HSV(B)165.31º71.01%27.06%-
XYZ3.164.74.61-
YUV52.98130.27104.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=13.70%
G=47.26%
B=39.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069570.7100.170.73165.3155.0617.45
Hex1445394701149a53711
Octal24105711070211112456721
Binary101001000101111001100011101000110010011010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144539; }

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

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

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

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

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

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

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

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