Html Css Color HEX #053E32 Deep Teal

📋 copy color: '#053E32'

red 5 ◦ green 62 ◦ blue 50

#053E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #053E32

Tints of Deep Teal #053E32

RGB

 RED value IS 5 (2.34% from 255) = 4.27%

 GREEN value IS 62 (24.61% from 255) = 52.99%

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 4.27%
G = 52.99%
B = 42.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#053E32 (or 0x053E32) is known color: Deep Teal. HEX triplet: 05, 3E and 32. RGB value is (5,62,50). Sum of RGB (Red+Green+Blue) = 5+62+50=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #053E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E32 is #FAC1CD. Grayscale: #2B2B2B. Windows color (decimal): -16433614 or 3292677. OLE color: 3292677.

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

Color convert

RGB 5 62 50 -
CMYK 0.92 0 0.19 0.76
HSL 167.37º 0.85% 0.13% -
HSV(B) 167.37º 0.92% 0.24% -
XYZ 2.36 3.71 3.61 -
YUV 43.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 5 62 50 0.92 0 0.19 0.76 167.37 0.85 0.13
Hex 5 3E 32 5C 0 13 4C A7 55 D
Octal 5 76 62 134 0 23 114 247 125 15
Binary 101 111110 110010 1011100 0 10011 1001100 10100111 1010101 1101

Color Harmonies of #053E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E32

Black with #053E32

Text Example


Text Example

White with #053E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053E32;
 }
 .AnyTagClassName
 {
   color: #053E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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