Html Css Color HEX #054A38 Deep Teal

📋 copy color: '#054A38'

red 5 ◦ green 74 ◦ blue 56

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

Shades of Deep Teal #054A38

Tints of Deep Teal #054A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 3.7%
G = 54.81%
B = 41.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#054A38 (or 0x054A38) is known color: Deep Teal. HEX triplet: 05, 4A and 38. RGB value is (5,74,56). Sum of RGB (Red+Green+Blue) = 5+74+56=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #054A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A38 is #FAB5C7. Grayscale: #333333. Windows color (decimal): -16430536 or 3688965. OLE color: 3688965.

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

Color convert

RGB 5 74 56 -
CMYK 0.93 0 0.24 0.71
HSL 164.35º 0.87% 0.15% -
HSV(B) 164.35º 0.93% 0.29% -
XYZ 3.23 5.22 4.58 -
YUV 51.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 5 74 56 0.93 0 0.24 0.71 164.35 0.87 0.15
Hex 5 4A 38 5D 0 18 47 A4 57 F
Octal 5 112 70 135 0 30 107 244 127 17
Binary 101 1001010 111000 1011101 0 11000 1000111 10100100 1010111 1111

Color Harmonies of #054A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A38

Black with #054A38

Text Example


Text Example

White with #054A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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