#013C33

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

Shades of Deep Teal #013C33

Tints of Deep Teal #013C33

Color information

#013C33 (or 0x013C33) is unknown color: approx Deep Teal. HEX triplet: 01, 3C and 33. RGB value is (1,60,51). Sum of RGB (Red+Green+Blue) = 1+60+51=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #013C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C33 is #FEC3CC. Grayscale: #292929. Windows color (decimal): -16696269 or 3357697. OLE color: 3357697.

HSL color Cylindrical-coordinate representation of color #013C33: hue angle of 170.85º 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 #013C33 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB16051-
CMYK0.9800.150.76
HSL170.85º96.72%11.96%-
HSV(B)170.85º98.33%23.53%-
XYZ2.233.483.69-
YUV41.33133.4599.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 60 (23.83% from 255) = 53.57%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=0.89%
G=53.57%
B=45.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal160510.9800.150.76170.8596.7211.96
Hex13C33620F4Cab61c
Octal1746314201711425314114
Binary111110011001111000100111110011001010101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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