#09493D

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

Shades of Deep Teal #09493D

Tints of Deep Teal #09493D

Color information

#09493D (or 0x09493D) is unknown color: approx Deep Teal. HEX triplet: 09, 49 and 3D. RGB value is (9,73,61). Sum of RGB (Red+Green+Blue) = 9+73+61=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #09493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493D is #F6B6C2. Grayscale: #343434. Windows color (decimal): -16168643 or 4016393. OLE color: 4016393.

HSL color Cylindrical-coordinate representation of color #09493D: hue angle of 168.75º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09493D is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB97361-
CMYK0.8800.160.71
HSL168.75º78.05%16.08%-
HSV(B)168.75º87.67%28.63%-
XYZ3.345.165.23-
YUV52.5132.896.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=6.29%
G=51.05%
B=42.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973610.8800.160.71168.7578.0516.08
Hex9493D5801047a94e10
Octal111117513002010725111620
Binary100110010011111011011000010000100011110101001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09493D; }

 p { color: rgb(9,73,61); }

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

<style>
 a { background-color: #09493D; }

 a { background-color: rgb(9,73,61); }

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

<style>
 span { border-color: #09493D; }

 span { border-color: rgb(9,73,61); }

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