#054337

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

Shades of Deep Teal #054337

Tints of Deep Teal #054337

Color information

#054337 (or 0x054337) is unknown color: approx Deep Teal. HEX triplet: 05, 43 and 37. RGB value is (5,67,55). Sum of RGB (Red+Green+Blue) = 5+67+55=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #054337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054337 is #FABCC8. Grayscale: #2F2F2F. Windows color (decimal): -16432329 or 3621637. OLE color: 3621637.

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

Color convert

RGB56755-
CMYK0.9300.180.74
HSL168.39º86.11%14.12%-
HSV(B)168.39º92.54%26.27%-
XYZ2.764.324.3-
YUV47.09132.4697.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 55 (21.88% from 255) = 43.31%
R=3.94%
G=52.76%
B=43.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567550.9300.180.74168.3986.1114.12
Hex543375D0124Aa856e
Octal51036713502211225012616
Binary1011000011110111101110101001010010101010100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054337; }

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

 H1.HeaderClassName
 {
   color: #054337;
 }
 .AnyTagClassName
 {
   color: #054337;
 }
</style>
background-color css

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

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

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

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

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

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