#054136

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

Shades of Deep Teal #054136

Tints of Deep Teal #054136

Color information

#054136 (or 0x054136) is unknown color: approx Deep Teal. HEX triplet: 05, 41 and 36. RGB value is (5,65,54). Sum of RGB (Red+Green+Blue) = 5+65+54=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #054136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054136 is #FABEC9. Grayscale: #2D2D2D. Windows color (decimal): -16432842 or 3555589. OLE color: 3555589.

HSL color Cylindrical-coordinate representation of color #054136: hue angle of 169º 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 #054136 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB56554-
CMYK0.9200.170.75
HSL169º85.71%13.73%-
HSV(B)169º92.31%25.49%-
XYZ2.624.084.14-
YUV45.81132.6298.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=4.03%
G=52.42%
B=43.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565540.9200.170.7516985.7113.73
Hex541365C0114Ba956e
Octal51016613402111325112616
Binary1011000001110110101110001000110010111010100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054136; }

 p { color: rgb(5,65,54); }

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

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

 a { background-color: rgb(5,65,54); }

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

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

 span { border-color: rgb(5,65,54); }

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