#053C33

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

Shades of Deep Teal #053C33

Tints of Deep Teal #053C33

Color information

#053C33 (or 0x053C33) is unknown color: approx Deep Teal. HEX triplet: 05, 3C and 33. RGB value is (5,60,51). Sum of RGB (Red+Green+Blue) = 5+60+51=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #053C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C33 is #FAC3CC. Grayscale: #2A2A2A. Windows color (decimal): -16434125 or 3357701. OLE color: 3357701.

HSL color Cylindrical-coordinate representation of color #053C33: hue angle of 170.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C33 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB56051-
CMYK0.9200.150.76
HSL170.18º84.62%12.75%-
HSV(B)170.18º91.67%23.53%-
XYZ2.283.53.69-
YUV42.53132.78101.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 60 (23.83% from 255) = 51.72%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=4.31%
G=51.72%
B=43.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560510.9200.150.76170.1884.6212.75
Hex53C335C0F4Caa55d
Octal5746313401711425212515
Binary10111110011001110111000111110011001010101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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