Html Css Color HEX #014839 Deep Teal

📋 copy color: '#014839'

red 1 ◦ green 72 ◦ blue 57

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

Shades of Deep Teal #014839

Tints of Deep Teal #014839

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 value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#014839 (or 0x014839) is known color: 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

RGB 1 72 57 -
CMYK 0.99 0 0.21 0.72
HSL 167.32º 0.97% 0.14% -
HSV(B) 167.32º 0.99% 0.28% -
XYZ 3.07 4.94 4.66 -
YUV 49.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 1 72 57 0.99 0 0.21 0.72 167.32 0.97 0.14
Hex 1 48 39 63 0 15 48 A7 61 E
Octal 1 110 71 143 0 25 110 247 141 16
Binary 1 1001000 111001 1100011 0 10101 1001000 10100111 1100001 1110

Color Harmonies of #014839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014839

Black with #014839

Text Example


Text Example

White with #014839

Text Example


Text Example

HTML Codes & Css Web 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>