#06493A

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

Shades of Deep Teal #06493A

Tints of Deep Teal #06493A

Color information

#06493A (or 0x06493A) is unknown color: approx Deep Teal. HEX triplet: 06, 49 and 3A. RGB value is (6,73,58). Sum of RGB (Red+Green+Blue) = 6+73+58=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #06493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06493A is #F9B6C5. Grayscale: #333333. Windows color (decimal): -16365254 or 3819782. OLE color: 3819782.

HSL color Cylindrical-coordinate representation of color #06493A: hue angle of 166.57º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06493A is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB67358-
CMYK0.9200.210.71
HSL166.57º84.81%15.49%-
HSV(B)166.57º91.78%28.63%-
XYZ3.225.114.82-
YUV51.26131.895.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=4.38%
G=53.28%
B=42.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673580.9200.210.71166.5784.8115.49
Hex6493A5C01547a755f
Octal61117213402510724712517
Binary1101001001111010101110001010110001111010011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06493A; }

 p { color: rgb(6,73,58); }

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

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

 a { background-color: rgb(6,73,58); }

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

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

 span { border-color: rgb(6,73,58); }

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