Html Css Color HEX #09493B Deep Teal

📋 copy color: '#09493B'

red 9 ◦ green 73 ◦ blue 59

#09493B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #09493B

Tints of Deep Teal #09493B

RGB

 RED value IS 9 (3.91% from 255) = 6.38%

 GREEN value IS 73 (28.91% from 255) = 51.77%

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 6.38%
G = 51.77%
B = 41.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#09493B (or 0x09493B) is known color: Deep Teal. HEX triplet: 09, 49 and 3B. RGB value is (9,73,59). Sum of RGB (Red+Green+Blue) = 9+73+59=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #09493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493B is #F6B6C4. Grayscale: #343434. Windows color (decimal): -16168645 or 3885321. OLE color: 3885321.

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

Color convert

RGB 9 73 59 -
CMYK 0.88 0 0.19 0.71
HSL 166.88º 0.78% 0.16% -
HSV(B) 166.88º 0.88% 0.29% -
XYZ 3.28 5.14 4.96 -
YUV 52.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 9 73 59 0.88 0 0.19 0.71 166.88 0.78 0.16
Hex 9 49 3B 58 0 13 47 A7 4E 10
Octal 11 111 73 130 0 23 107 247 116 20
Binary 1001 1001001 111011 1011000 0 10011 1000111 10100111 1001110 10000

Color Harmonies of #09493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09493B

Black with #09493B

Text Example


Text Example

White with #09493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09493B;
 }
 .AnyTagClassName
 {
   color: #09493B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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