Html Css Color HEX #014837 Deep Teal

📋 copy color: '#014837'

red 1 ◦ green 72 ◦ blue 55

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

Shades of Deep Teal #014837

Tints of Deep Teal #014837

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

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 1 72 55 -
CMYK 0.99 0 0.24 0.72
HSL 165.63º 0.97% 0.14% -
HSV(B) 165.63º 0.99% 0.28% -
XYZ 3.02 4.92 4.4 -
YUV 48.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 1 72 55 0.99 0 0.24 0.72 165.63 0.97 0.14
Hex 1 48 37 63 0 18 48 A6 61 E
Octal 1 110 67 143 0 30 110 246 141 16
Binary 1 1001000 110111 1100011 0 11000 1001000 10100110 1100001 1110

Color Harmonies of #014837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014837

Black with #014837

Text Example


Text Example

White with #014837

Text Example


Text Example

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