Html Css Color HEX #054A3A Deep Teal

📋 copy color: '#054A3A'

red 5 ◦ green 74 ◦ blue 58

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

Shades of Deep Teal #054A3A

Tints of Deep Teal #054A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 54.01%

 BLUE value IS 58 (23.05% from 255) = 42.34%

R = 3.65%
G = 54.01%
B = 42.34%

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

#054A3A (or 0x054A3A) is known color: Deep Teal. HEX triplet: 05, 4A and 3A. RGB value is (5,74,58). Sum of RGB (Red+Green+Blue) = 5+74+58=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #054A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A3A is #FAB5C5. Grayscale: #333333. Windows color (decimal): -16430534 or 3820037. OLE color: 3820037.

HSL color Cylindrical-coordinate representation of color #054A3A: hue angle of 166.09º 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 #054A3A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 74 58 -
CMYK 0.93 0 0.22 0.71
HSL 166.09º 0.87% 0.15% -
HSV(B) 166.09º 0.93% 0.29% -
XYZ 3.28 5.24 4.84 -
YUV 51.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 5 74 58 0.93 0 0.22 0.71 166.09 0.87 0.15
Hex 5 4A 3A 5D 0 16 47 A6 57 F
Octal 5 112 72 135 0 26 107 246 127 17
Binary 101 1001010 111010 1011101 0 10110 1000111 10100110 1010111 1111

Color Harmonies of #054A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A3A

Black with #054A3A

Text Example


Text Example

White with #054A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054A3A; }

 p { color: rgb(5,74,58); }

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

background-color css

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

 a { background-color: rgb(5,74,58); }

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

border-color css

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

 span { border-color: rgb(5,74,58); }

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