#054438

Color #054438 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #054438

Tints of Deep Teal #054438

Color information

#054438 (or 0x054438) is unknown color: approx 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

RGB56856-
CMYK0.9300.180.73
HSL168.57º86.3%14.31%-
HSV(B)168.57º92.65%26.67%-
XYZ2.844.454.45-
YUV47.79132.6397.48-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568560.9300.180.73168.5786.314.31
Hex544385D01249a956e
Octal51047013502211125112616
Binary1011000100111000101110101001010010011010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>