Html Css Color HEX #014737 Deep Teal

📋 copy color: '#014737'

red 1 ◦ green 71 ◦ blue 55

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

Shades of Deep Teal #014737

Tints of Deep Teal #014737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 55 (21.88% from 255) = 43.31%

R = 0.79%
G = 55.91%
B = 43.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#014737 (or 0x014737) is known color: Deep Teal. HEX triplet: 01, 47 and 37. RGB value is (1,71,55). Sum of RGB (Red+Green+Blue) = 1+71+55=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #014737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014737 is #FEB8C8. Grayscale: #303030. Windows color (decimal): -16693449 or 3622657. OLE color: 3622657.

HSL color Cylindrical-coordinate representation of color #014737: hue angle of 166.29º 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 #014737 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 55 -
CMYK 0.99 0 0.23 0.72
HSL 166.29º 0.97% 0.14% -
HSV(B) 166.29º 0.99% 0.28% -
XYZ 2.96 4.79 4.38 -
YUV 48.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 1 71 55 0.99 0 0.23 0.72 166.29 0.97 0.14
Hex 1 47 37 63 0 17 48 A6 61 E
Octal 1 107 67 143 0 27 110 246 141 16
Binary 1 1000111 110111 1100011 0 10111 1001000 10100110 1100001 1110

Color Harmonies of #014737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014737

Black with #014737

Text Example


Text Example

White with #014737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014737; }

 p { color: rgb(1,71,55); }

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

background-color css

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

 a { background-color: rgb(1,71,55); }

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

border-color css

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

 span { border-color: rgb(1,71,55); }

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