#054034

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

Shades of Deep Teal #054034

Tints of Deep Teal #054034

Color information

#054034 (or 0x054034) is unknown color: approx Deep Teal. HEX triplet: 05, 40 and 34. RGB value is (5,64,52). Sum of RGB (Red+Green+Blue) = 5+64+52=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #054034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054034 is #FABFCB. Grayscale: #2C2C2C. Windows color (decimal): -16433100 or 3424261. OLE color: 3424261.

HSL color Cylindrical-coordinate representation of color #054034: hue angle of 167.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054034 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB56452-
CMYK0.9200.190.75
HSL167.8º85.51%13.53%-
HSV(B)167.8º92.19%25.1%-
XYZ2.523.953.88-
YUV44.99131.9599.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=4.13%
G=52.89%
B=42.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564520.9200.190.75167.885.5113.53
Hex540345C0134Ba856e
Octal51006413402311325012616
Binary1011000000110100101110001001110010111010100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054034; }

 p { color: rgb(5,64,52); }

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

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

 a { background-color: rgb(5,64,52); }

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

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

 span { border-color: rgb(5,64,52); }

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