Html Css Color HEX #014938 Deep Teal

📋 copy color: '#014938'

red 1 ◦ green 73 ◦ blue 56

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

Shades of Deep Teal #014938

Tints of Deep Teal #014938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 56 (22.27% from 255) = 43.08%

R = 0.77%
G = 56.15%
B = 43.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#014938 (or 0x014938) is known color: Deep Teal. HEX triplet: 01, 49 and 38. RGB value is (1,73,56). Sum of RGB (Red+Green+Blue) = 1+73+56=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #014938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014938 is #FEB6C7. Grayscale: #313131. Windows color (decimal): -16692936 or 3688705. OLE color: 3688705.

HSL color Cylindrical-coordinate representation of color #014938: hue angle of 165.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014938 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 56 -
CMYK 0.99 0 0.23 0.71
HSL 165.83º 0.97% 0.15% -
HSV(B) 165.83º 0.99% 0.29% -
XYZ 3.11 5.06 4.55 -
YUV 49.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 1 73 56 0.99 0 0.23 0.71 165.83 0.97 0.15
Hex 1 49 38 63 0 17 47 A6 61 F
Octal 1 111 70 143 0 27 107 246 141 17
Binary 1 1001001 111000 1100011 0 10111 1000111 10100110 1100001 1111

Color Harmonies of #014938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014938

Black with #014938

Text Example


Text Example

White with #014938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014938; }

 p { color: rgb(1,73,56); }

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

background-color css

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

 a { background-color: rgb(1,73,56); }

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

border-color css

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

 span { border-color: rgb(1,73,56); }

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