#014436

Color #014436 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #014436

Tints of Deep Teal #014436

Color information

#014436 (or 0x014436) is unknown color: approx 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

RGB16854-
CMYK0.9900.210.73
HSL167.46º97.1%13.53%-
HSV(B)167.46º98.53%26.67%-
XYZ2.754.414.2-
YUV46.37132.395.64-

RGB Variations

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

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.90%
R=0.81%
G=55.28%
B=43.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168540.9900.210.73167.4697.113.53
Hex144366301549a761e
Octal11046614302511124714116
Binary11000100110110110001101010110010011010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>