Html Css Color HEX #014D39 Deep Teal

📋 copy color: '#014D39'

red 1 ◦ green 77 ◦ blue 57

#014D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #014D39

Tints of Deep Teal #014D39

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

 GREEN value IS 77 (30.47% from 255) = 57.04%

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 0.74%
G = 57.04%
B = 42.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#014D39 (or 0x014D39) is known color: Deep Teal. HEX triplet: 01, 4D and 39. RGB value is (1,77,57). Sum of RGB (Red+Green+Blue) = 1+77+57=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #014D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D39 is #FEB2C6. Grayscale: #343434. Windows color (decimal): -16691911 or 3755265. OLE color: 3755265.

HSL color Cylindrical-coordinate representation of color #014D39: hue angle of 164.21º 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 #014D39 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 57 -
CMYK 0.99 0 0.26 0.70
HSL 164.21º 0.97% 0.15% -
HSV(B) 164.21º 0.99% 0.3% -
XYZ 3.4 5.61 4.77 -
YUV 52 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 1 77 57 0.99 0 0.26 0.70 164.21 0.97 0.15
Hex 1 4D 39 63 0 1A 46 A4 61 F
Octal 1 115 71 143 0 32 106 244 141 17
Binary 1 1001101 111001 1100011 0 11010 1000110 10100100 1100001 1111

Color Harmonies of #014D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D39

Black with #014D39

Text Example


Text Example

White with #014D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014D39;
 }
 .AnyTagClassName
 {
   color: #014D39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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