Html Css Color HEX #054438 Deep Teal

📋 copy color: '#054438'

red 5 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #054438

Tints of Deep Teal #054438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.71%

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

R = 3.88%
G = 52.71%
B = 43.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#054438 (or 0x054438) is known color: Deep Teal. HEX triplet: 05, 44 and 38. RGB value is (5,68,56). Sum of RGB (Red+Green+Blue) = 5+68+56=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #054438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054438 is #FABBC7. Grayscale: #2F2F2F. Windows color (decimal): -16432072 or 3687429. OLE color: 3687429.

HSL color Cylindrical-coordinate representation of color #054438: hue angle of 168.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054438 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 68 56 -
CMYK 0.93 0 0.18 0.73
HSL 168.57º 0.86% 0.14% -
HSV(B) 168.57º 0.93% 0.27% -
XYZ 2.84 4.45 4.45 -
YUV 47.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 5 68 56 0.93 0 0.18 0.73 168.57 0.86 0.14
Hex 5 44 38 5D 0 12 49 A9 56 E
Octal 5 104 70 135 0 22 111 251 126 16
Binary 101 1000100 111000 1011101 0 10010 1001001 10101001 1010110 1110

Color Harmonies of #054438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054438

Black with #054438

Text Example


Text Example

White with #054438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054438; }

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

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

background-color css

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

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

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

border-color css

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

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

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