#014D3A

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

Shades of Deep Teal #014D3A

Tints of Deep Teal #014D3A

Color information

#014D3A (or 0x014D3A) is unknown color: approx Deep Teal. HEX triplet: 01, 4D and 3A. RGB value is (1,77,58). Sum of RGB (Red+Green+Blue) = 1+77+58=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #014D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D3A is #FEB2C5. Grayscale: #343434. Windows color (decimal): -16691910 or 3820801. OLE color: 3820801.

HSL color Cylindrical-coordinate representation of color #014D3A: hue angle of 165º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D3A is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB17758-
CMYK0.9900.250.70
HSL165º97.44%15.29%-
HSV(B)165º98.7%30.2%-
XYZ3.435.624.91-
YUV52.11131.3291.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 77 (30.47% from 255) = 56.62%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=0.74%
G=56.62%
B=42.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177580.9900.250.7016597.4415.29
Hex14D3A6301946a561f
Octal11157214303110624514117
Binary11001101111010110001101100110001101010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014D3A; }

 p { color: rgb(1,77,58); }

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

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

 a { background-color: rgb(1,77,58); }

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

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

 span { border-color: rgb(1,77,58); }

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