Html Css Color HEX #09493A Deep Teal

📋 copy color: '#09493A'

red 9 ◦ green 73 ◦ blue 58

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

Shades of Deep Teal #09493A

Tints of Deep Teal #09493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 6.43%
G = 52.14%
B = 41.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#09493A (or 0x09493A) is known color: Deep Teal. HEX triplet: 09, 49 and 3A. RGB value is (9,73,58). Sum of RGB (Red+Green+Blue) = 9+73+58=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #09493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493A is #F6B6C5. Grayscale: #343434. Windows color (decimal): -16168646 or 3819785. OLE color: 3819785.

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

Color convert

RGB 9 73 58 -
CMYK 0.88 0 0.21 0.71
HSL 165.94º 0.78% 0.16% -
HSV(B) 165.94º 0.88% 0.29% -
XYZ 3.26 5.13 4.82 -
YUV 52.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 9 73 58 0.88 0 0.21 0.71 165.94 0.78 0.16
Hex 9 49 3A 58 0 15 47 A6 4E 10
Octal 11 111 72 130 0 25 107 246 116 20
Binary 1001 1001001 111010 1011000 0 10101 1000111 10100110 1001110 10000

Color Harmonies of #09493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09493A

Black with #09493A

Text Example


Text Example

White with #09493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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