#054A3B

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

Shades of Deep Teal #054A3B

Tints of Deep Teal #054A3B

Color information

#054A3B (or 0x054A3B) is unknown color: approx Deep Teal. HEX triplet: 05, 4A and 3B. RGB value is (5,74,59). Sum of RGB (Red+Green+Blue) = 5+74+59=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #054A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A3B is #FAB5C4. Grayscale: #333333. Windows color (decimal): -16430533 or 3885573. OLE color: 3885573.

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

Color convert

RGB57459-
CMYK0.9300.200.71
HSL166.96º87.34%15.49%-
HSV(B)166.96º93.24%29.02%-
XYZ3.35.254.98-
YUV51.66132.1494.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 74 (29.30% from 255) = 53.62%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=3.62%
G=53.62%
B=42.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574590.9300.200.71166.9687.3415.49
Hex54A3B5D01447a757f
Octal51127313502410724712717
Binary1011001010111011101110101010010001111010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A3B; }

 p { color: rgb(5,74,59); }

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

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

 a { background-color: rgb(5,74,59); }

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

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

 span { border-color: rgb(5,74,59); }

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