#014839

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

Shades of Deep Teal #014839

Tints of Deep Teal #014839

Color information

#014839 (or 0x014839) is unknown color: approx Deep Teal. HEX triplet: 01, 48 and 39. RGB value is (1,72,57). Sum of RGB (Red+Green+Blue) = 1+72+57=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #014839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014839 is #FEB7C6. Grayscale: #313131. Windows color (decimal): -16693191 or 3753985. OLE color: 3753985.

HSL color Cylindrical-coordinate representation of color #014839: hue angle of 167.32º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014839 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB17257-
CMYK0.9900.210.72
HSL167.32º97.26%14.31%-
HSV(B)167.32º98.61%28.24%-
XYZ3.074.944.66-
YUV49.06132.4893.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=0.77%
G=55.38%
B=43.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172570.9900.210.72167.3297.2614.31
Hex148396301548a761e
Octal11107114302511024714116
Binary11001000111001110001101010110010001010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014839; }

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

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

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

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

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

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

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

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