#053A32

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

Shades of Deep Teal #053A32

Tints of Deep Teal #053A32

Color information

#053A32 (or 0x053A32) is unknown color: approx Deep Teal. HEX triplet: 05, 3A and 32. RGB value is (5,58,50). Sum of RGB (Red+Green+Blue) = 5+58+50=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #053A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A32 is #FAC5CD. Grayscale: #292929. Windows color (decimal): -16434638 or 3291653. OLE color: 3291653.

HSL color Cylindrical-coordinate representation of color #053A32: hue angle of 170.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A32 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB55850-
CMYK0.9100.140.77
HSL170.94º84.13%12.35%-
HSV(B)170.94º91.38%22.75%-
XYZ2.153.293.54-
YUV41.24132.94102.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=4.42%
G=51.33%
B=44.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558500.9100.140.77170.9484.1312.35
Hex53A325B0E4Dab54c
Octal5726213301611525312414
Binary10111101011001010110110111010011011010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,50); }

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

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

 a { background-color: rgb(5,58,50); }

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

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

 span { border-color: rgb(5,58,50); }

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