#053D33

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

Shades of Deep Teal #053D33

Tints of Deep Teal #053D33

Color information

#053D33 (or 0x053D33) is unknown color: approx Deep Teal. HEX triplet: 05, 3D and 33. RGB value is (5,61,51). Sum of RGB (Red+Green+Blue) = 5+61+51=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #053D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D33 is #FAC2CC. Grayscale: #2B2B2B. Windows color (decimal): -16433869 or 3357957. OLE color: 3357957.

HSL color Cylindrical-coordinate representation of color #053D33: hue angle of 169.29º 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 #053D33 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB56151-
CMYK0.9200.160.76
HSL169.29º84.85%12.94%-
HSV(B)169.29º91.8%23.92%-
XYZ2.333.613.71-
YUV43.12132.45100.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 61 (24.22% from 255) = 52.14%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=4.27%
G=52.14%
B=43.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561510.9200.160.76169.2984.8512.94
Hex53D335C0104Ca955d
Octal5756313402011425112515
Binary101111101110011101110001000010011001010100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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