#014939

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

Shades of Deep Teal #014939

Tints of Deep Teal #014939

Color information

#014939 (or 0x014939) is unknown color: approx Deep Teal. HEX triplet: 01, 49 and 39. RGB value is (1,73,57). Sum of RGB (Red+Green+Blue) = 1+73+57=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #014939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014939 is #FEB6C6. Grayscale: #313131. Windows color (decimal): -16692935 or 3754241. OLE color: 3754241.

HSL color Cylindrical-coordinate representation of color #014939: hue angle of 166.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014939 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB17357-
CMYK0.9900.220.71
HSL166.67º97.3%14.51%-
HSV(B)166.67º98.63%28.63%-
XYZ3.135.074.68-
YUV49.65132.1593.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=0.76%
G=55.73%
B=43.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173570.9900.220.71166.6797.314.51
Hex149396301647a761f
Octal11117114302610724714117
Binary11001001111001110001101011010001111010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014939; }

 p { color: rgb(1,73,57); }

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

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

 a { background-color: rgb(1,73,57); }

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

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

 span { border-color: rgb(1,73,57); }

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