Html Css Color HEX #09493D Deep Teal

📋 copy color: '#09493D'

red 9 ◦ green 73 ◦ blue 61

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

Shades of Deep Teal #09493D

Tints of Deep Teal #09493D

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 value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#09493D (or 0x09493D) is known color: 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

RGB 9 73 61 -
CMYK 0.88 0 0.16 0.71
HSL 168.75º 0.78% 0.16% -
HSV(B) 168.75º 0.88% 0.29% -
XYZ 3.34 5.16 5.23 -
YUV 52.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 9 73 61 0.88 0 0.16 0.71 168.75 0.78 0.16
Hex 9 49 3D 58 0 10 47 A9 4E 10
Octal 11 111 75 130 0 20 107 251 116 20
Binary 1001 1001001 111101 1011000 0 10000 1000111 10101001 1001110 10000

Color Harmonies of #09493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09493D

Black with #09493D

Text Example


Text Example

White with #09493D

Text Example


Text Example

HTML Codes & Css Web 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>