#013D33

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

Shades of Deep Teal #013D33

Tints of Deep Teal #013D33

Color information

#013D33 (or 0x013D33) is unknown color: approx Deep Teal. HEX triplet: 01, 3D and 33. RGB value is (1,61,51). Sum of RGB (Red+Green+Blue) = 1+61+51=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #013D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D33 is #FEC2CC. Grayscale: #292929. Windows color (decimal): -16696013 or 3357953. OLE color: 3357953.

HSL color Cylindrical-coordinate representation of color #013D33: hue angle of 170º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D33 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB16151-
CMYK0.9800.160.76
HSL170º96.77%12.16%-
HSV(B)170º98.36%23.92%-
XYZ2.283.583.7-
YUV41.92133.1298.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 61 (24.22% from 255) = 53.98%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=0.88%
G=53.98%
B=45.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161510.9800.160.7617096.7712.16
Hex13D33620104Caa61c
Octal1756314202011425214114
Binary1111101110011110001001000010011001010101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013D33; }

 p { color: rgb(1,61,51); }

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

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

 a { background-color: rgb(1,61,51); }

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

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

 span { border-color: rgb(1,61,51); }

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