#054739

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

Shades of Deep Teal #054739

Tints of Deep Teal #054739

Color information

#054739 (or 0x054739) is unknown color: approx Deep Teal. HEX triplet: 05, 47 and 39. RGB value is (5,71,57). Sum of RGB (Red+Green+Blue) = 5+71+57=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #054739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054739 is #FAB8C6. Grayscale: #313131. Windows color (decimal): -16431303 or 3753733. OLE color: 3753733.

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

Color convert

RGB57157-
CMYK0.9300.200.72
HSL167.27º86.84%14.9%-
HSV(B)167.27º92.96%27.84%-
XYZ3.054.834.64-
YUV49.67132.1396.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=3.76%
G=53.38%
B=42.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571570.9300.200.72167.2786.8414.9
Hex547395D01448a757f
Octal51077113502411024712717
Binary1011000111111001101110101010010010001010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054739; }

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

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

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

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

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

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

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

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