#014537

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

Shades of Deep Teal #014537

Tints of Deep Teal #014537

Color information

#014537 (or 0x014537) is unknown color: approx Deep Teal. HEX triplet: 01, 45 and 37. RGB value is (1,69,55). Sum of RGB (Red+Green+Blue) = 1+69+55=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #014537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014537 is #FEBAC8. Grayscale: #2F2F2F. Windows color (decimal): -16693961 or 3622145. OLE color: 3622145.

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

Color convert

RGB16955-
CMYK0.9900.200.73
HSL167.65º97.14%13.73%-
HSV(B)167.65º98.55%27.06%-
XYZ2.834.544.34-
YUV47.07132.4795.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 69 (27.34% from 255) = 55.2%
BLUE value IS 55 (21.88% from 255) = 44%
R=0.8%
G=55.2%
B=44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169550.9900.200.73167.6597.1413.73
Hex145376301449a861e
Octal11056714302411125014116
Binary11000101110111110001101010010010011010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014537; }

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

 H1.HeaderClassName
 {
   color: #014537;
 }
 .AnyTagClassName
 {
   color: #014537;
 }
</style>
background-color css

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

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

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

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

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

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