#053E34

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

Shades of Deep Teal #053E34

Tints of Deep Teal #053E34

Color information

#053E34 (or 0x053E34) is unknown color: approx Deep Teal. HEX triplet: 05, 3E and 34. RGB value is (5,62,52). Sum of RGB (Red+Green+Blue) = 5+62+52=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #053E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E34 is #FAC1CB. Grayscale: #2B2B2B. Windows color (decimal): -16433612 or 3423749. OLE color: 3423749.

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

Color convert

RGB56252-
CMYK0.9200.160.76
HSL169.47º85.07%13.14%-
HSV(B)169.47º91.94%24.31%-
XYZ2.413.733.84-
YUV43.82132.62100.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 62 (24.61% from 255) = 52.10%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=4.20%
G=52.10%
B=43.70%

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
Decimal562520.9200.160.76169.4785.0713.14
Hex53E345C0104Ca955d
Octal5766413402011425112515
Binary101111110110100101110001000010011001010100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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