#053E33

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

Shades of Deep Teal #053E33

Tints of Deep Teal #053E33

Color information

#053E33 (or 0x053E33) is unknown color: approx Deep Teal. HEX triplet: 05, 3E and 33. RGB value is (5,62,51). Sum of RGB (Red+Green+Blue) = 5+62+51=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #053E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E33 is #FAC1CC. Grayscale: #2B2B2B. Windows color (decimal): -16433613 or 3358213. OLE color: 3358213.

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

Color convert

RGB56251-
CMYK0.9200.180.76
HSL168.42º85.07%13.14%-
HSV(B)168.42º91.94%24.31%-
XYZ2.383.723.72-
YUV43.7132.12100.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 62 (24.61% from 255) = 52.54%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=4.24%
G=52.54%
B=43.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562510.9200.180.76168.4285.0713.14
Hex53E335C0124Ca855d
Octal5766313402211425012515
Binary101111110110011101110001001010011001010100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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