#054C3C

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

Shades of Deep Teal #054C3C

Tints of Deep Teal #054C3C

Color information

#054C3C (or 0x054C3C) is unknown color: approx Deep Teal. HEX triplet: 05, 4C and 3C. RGB value is (5,76,60). Sum of RGB (Red+Green+Blue) = 5+76+60=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #054C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C3C is #FAB3C3. Grayscale: #343434. Windows color (decimal): -16430020 or 3951621. OLE color: 3951621.

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

Color convert

RGB57660-
CMYK0.9300.210.70
HSL166.48º87.65%15.88%-
HSV(B)166.48º93.42%29.8%-
XYZ3.465.535.16-
YUV52.95131.9893.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=3.55%
G=53.90%
B=42.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576600.9300.210.70166.4887.6515.88
Hex54C3C5D01546a65810
Octal51147413502510624613020
Binary10110011001111001011101010101100011010100110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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