#054639

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

Shades of Deep Teal #054639

Tints of Deep Teal #054639

Color information

#054639 (or 0x054639) is unknown color: approx Deep Teal. HEX triplet: 05, 46 and 39. RGB value is (5,70,57). Sum of RGB (Red+Green+Blue) = 5+70+57=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #054639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054639 is #FAB9C6. Grayscale: #313131. Windows color (decimal): -16431559 or 3753477. OLE color: 3753477.

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

Color convert

RGB57057-
CMYK0.9300.190.73
HSL168º86.67%14.71%-
HSV(B)168º92.86%27.45%-
XYZ2.994.714.62-
YUV49.08132.4796.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=3.79%
G=53.03%
B=43.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570570.9300.190.7316886.6714.71
Hex546395D01349a857f
Octal51067113502311125012717
Binary1011000110111001101110101001110010011010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054639; }

 p { color: rgb(5,70,57); }

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

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

 a { background-color: rgb(5,70,57); }

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

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

 span { border-color: rgb(5,70,57); }

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