#054335

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

Shades of Deep Teal #054335

Tints of Deep Teal #054335

Color information

#054335 (or 0x054335) is unknown color: approx Deep Teal. HEX triplet: 05, 43 and 35. RGB value is (5,67,53). Sum of RGB (Red+Green+Blue) = 5+67+53=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #054335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054335 is #FABCCA. Grayscale: #2E2E2E. Windows color (decimal): -16432331 or 3490565. OLE color: 3490565.

HSL color Cylindrical-coordinate representation of color #054335: hue angle of 166.45º 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 #054335 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB56753-
CMYK0.9300.210.74
HSL166.45º86.11%14.12%-
HSV(B)166.45º92.54%26.27%-
XYZ2.714.34.06-
YUV46.87131.4698.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=4%
G=53.6%
B=42.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567530.9300.210.74166.4586.1114.12
Hex543355D0154Aa656e
Octal51036513502511224612616
Binary1011000011110101101110101010110010101010011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054335; }

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

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

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

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

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

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

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

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