Html Css Color HEX #054839 Deep Teal

📋 copy color: '#054839'

red 5 ◦ green 72 ◦ blue 57

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

Shades of Deep Teal #054839

Tints of Deep Teal #054839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.73%

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 3.73%
G = 53.73%
B = 42.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#054839 (or 0x054839) is known color: Deep Teal. HEX triplet: 05, 48 and 39. RGB value is (5,72,57). Sum of RGB (Red+Green+Blue) = 5+72+57=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #054839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054839 is #FAB7C6. Grayscale: #323232. Windows color (decimal): -16431047 or 3753989. OLE color: 3753989.

HSL color Cylindrical-coordinate representation of color #054839: hue angle of 166.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054839 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 57 -
CMYK 0.93 0 0.21 0.72
HSL 166.57º 0.87% 0.15% -
HSV(B) 166.57º 0.93% 0.28% -
XYZ 3.12 4.96 4.66 -
YUV 50.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 5 72 57 0.93 0 0.21 0.72 166.57 0.87 0.15
Hex 5 48 39 5D 0 15 48 A7 57 F
Octal 5 110 71 135 0 25 110 247 127 17
Binary 101 1001000 111001 1011101 0 10101 1001000 10100111 1010111 1111

Color Harmonies of #054839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054839

Black with #054839

Text Example


Text Example

White with #054839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054839; }

 p { color: rgb(5,72,57); }

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

background-color css

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

 a { background-color: rgb(5,72,57); }

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

border-color css

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

 span { border-color: rgb(5,72,57); }

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