Html Css Color HEX #054A37 Deep Teal

📋 copy color: '#054A37'

red 5 ◦ green 74 ◦ blue 55

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

Shades of Deep Teal #054A37

Tints of Deep Teal #054A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.04%

R = 3.73%
G = 55.22%
B = 41.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#054A37 (or 0x054A37) is known color: Deep Teal. HEX triplet: 05, 4A and 37. RGB value is (5,74,55). Sum of RGB (Red+Green+Blue) = 5+74+55=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #054A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A37 is #FAB5C8. Grayscale: #333333. Windows color (decimal): -16430537 or 3623429. OLE color: 3623429.

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

Color convert

RGB 5 74 55 -
CMYK 0.93 0 0.26 0.71
HSL 163.48º 0.87% 0.15% -
HSV(B) 163.48º 0.93% 0.29% -
XYZ 3.2 5.21 4.45 -
YUV 51.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 5 74 55 0.93 0 0.26 0.71 163.48 0.87 0.15
Hex 5 4A 37 5D 0 1A 47 A3 57 F
Octal 5 112 67 135 0 32 107 243 127 17
Binary 101 1001010 110111 1011101 0 11010 1000111 10100011 1010111 1111

Color Harmonies of #054A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A37

Black with #054A37

Text Example


Text Example

White with #054A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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