#014837

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

Shades of Deep Teal #014837

Tints of Deep Teal #014837

Color information

#014837 (or 0x014837) is unknown color: approx Deep Teal. HEX triplet: 01, 48 and 37. RGB value is (1,72,55). Sum of RGB (Red+Green+Blue) = 1+72+55=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #014837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014837 is #FEB7C8. Grayscale: #303030. Windows color (decimal): -16693193 or 3622913. OLE color: 3622913.

HSL color Cylindrical-coordinate representation of color #014837: hue angle of 165.63º 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 #014837 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB17255-
CMYK0.9900.240.72
HSL165.63º97.26%14.31%-
HSV(B)165.63º98.61%28.24%-
XYZ3.024.924.4-
YUV48.83131.4893.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 55 (21.88% from 255) = 42.97%
R=0.78%
G=56.25%
B=42.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172550.9900.240.72165.6397.2614.31
Hex148376301848a661e
Octal11106714303011024614116
Binary11001000110111110001101100010010001010011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014837; }

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

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

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

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

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

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

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

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