#053F33

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

Shades of Deep Teal #053F33

Tints of Deep Teal #053F33

Color information

#053F33 (or 0x053F33) is unknown color: approx Deep Teal. HEX triplet: 05, 3F and 33. RGB value is (5,63,51). Sum of RGB (Red+Green+Blue) = 5+63+51=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #053F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F33 is #FAC0CC. Grayscale: #2C2C2C. Windows color (decimal): -16433357 or 3358469. OLE color: 3358469.

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

Color convert

RGB56351-
CMYK0.9200.190.75
HSL167.59º85.29%13.33%-
HSV(B)167.59º92.06%24.71%-
XYZ2.443.833.74-
YUV44.29131.7899.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 63 (25% from 255) = 52.94%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=4.20%
G=52.94%
B=42.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563510.9200.190.75167.5985.2913.33
Hex53F335C0134Ba855d
Octal5776313402311325012515
Binary101111111110011101110001001110010111010100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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