#054C3A

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

Shades of Deep Teal #054C3A

Tints of Deep Teal #054C3A

Color information

#054C3A (or 0x054C3A) is unknown color: approx Deep Teal. HEX triplet: 05, 4C and 3A. RGB value is (5,76,58). Sum of RGB (Red+Green+Blue) = 5+76+58=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #054C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C3A is #FAB3C5. Grayscale: #343434. Windows color (decimal): -16430022 or 3820549. OLE color: 3820549.

HSL color Cylindrical-coordinate representation of color #054C3A: hue angle of 164.79º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C3A is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB57658-
CMYK0.9300.240.70
HSL164.79º87.65%15.88%-
HSV(B)164.79º93.42%29.8%-
XYZ3.415.514.89-
YUV52.72130.9893.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 76 (30.08% from 255) = 54.68%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=3.60%
G=54.68%
B=41.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576580.9300.240.70164.7987.6515.88
Hex54C3A5D01846a55810
Octal51147213503010624513020
Binary10110011001110101011101011000100011010100101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,58); }

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

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

 a { background-color: rgb(5,76,58); }

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

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

 span { border-color: rgb(5,76,58); }

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