Html Css Color HEX #014436 Deep Teal

📋 copy color: '#014436'

red 1 ◦ green 68 ◦ blue 54

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

Shades of Deep Teal #014436

Tints of Deep Teal #014436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.28%

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 0.81%
G = 55.28%
B = 43.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#014436 (or 0x014436) is known color: Deep Teal. HEX triplet: 01, 44 and 36. RGB value is (1,68,54). Sum of RGB (Red+Green+Blue) = 1+68+54=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #014436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014436 is #FEBBC9. Grayscale: #2E2E2E. Windows color (decimal): -16694218 or 3556353. OLE color: 3556353.

HSL color Cylindrical-coordinate representation of color #014436: hue angle of 167.46º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014436 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 54 -
CMYK 0.99 0 0.21 0.73
HSL 167.46º 0.97% 0.14% -
HSV(B) 167.46º 0.99% 0.27% -
XYZ 2.75 4.41 4.2 -
YUV 46.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 1 68 54 0.99 0 0.21 0.73 167.46 0.97 0.14
Hex 1 44 36 63 0 15 49 A7 61 E
Octal 1 104 66 143 0 25 111 247 141 16
Binary 1 1000100 110110 1100011 0 10101 1001001 10100111 1100001 1110

Color Harmonies of #014436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014436

Black with #014436

Text Example


Text Example

White with #014436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014436; }

 p { color: rgb(1,68,54); }

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

background-color css

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

 a { background-color: rgb(1,68,54); }

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

border-color css

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

 span { border-color: rgb(1,68,54); }

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