#054A3C

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

Shades of Deep Teal #054A3C

Tints of Deep Teal #054A3C

Color information

#054A3C (or 0x054A3C) is unknown color: approx Deep Teal. HEX triplet: 05, 4A and 3C. RGB value is (5,74,60). Sum of RGB (Red+Green+Blue) = 5+74+60=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #054A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A3C is #FAB5C3. Grayscale: #333333. Windows color (decimal): -16430532 or 3951109. OLE color: 3951109.

HSL color Cylindrical-coordinate representation of color #054A3C: hue angle of 167.83º 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 #054A3C is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB57460-
CMYK0.9300.190.71
HSL167.83º87.34%15.49%-
HSV(B)167.83º93.24%29.02%-
XYZ3.335.265.11-
YUV51.77132.6494.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 74 (29.30% from 255) = 53.24%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=3.60%
G=53.24%
B=43.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574600.9300.190.71167.8387.3415.49
Hex54A3C5D01347a857f
Octal51127413502310725012717
Binary1011001010111100101110101001110001111010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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