Html Css Color HEX #054939 Deep Teal

📋 copy color: '#054939'

red 5 ◦ green 73 ◦ blue 57

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

Shades of Deep Teal #054939

Tints of Deep Teal #054939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

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

R = 3.7%
G = 54.07%
B = 42.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#054939 (or 0x054939) is known color: Deep Teal. HEX triplet: 05, 49 and 39. RGB value is (5,73,57). Sum of RGB (Red+Green+Blue) = 5+73+57=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #054939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054939 is #FAB6C6. Grayscale: #323232. Windows color (decimal): -16430791 or 3754245. OLE color: 3754245.

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

Color convert

RGB 5 73 57 -
CMYK 0.93 0 0.22 0.71
HSL 165.88º 0.87% 0.15% -
HSV(B) 165.88º 0.93% 0.29% -
XYZ 3.18 5.09 4.69 -
YUV 50.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 5 73 57 0.93 0 0.22 0.71 165.88 0.87 0.15
Hex 5 49 39 5D 0 16 47 A6 57 F
Octal 5 111 71 135 0 26 107 246 127 17
Binary 101 1001001 111001 1011101 0 10110 1000111 10100110 1010111 1111

Color Harmonies of #054939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054939

Black with #054939

Text Example


Text Example

White with #054939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054939; }

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

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

background-color css

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

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

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

border-color css

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

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

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