Html Css Color HEX #09473C Deep Teal

📋 copy color: '#09473C'

red 9 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #09473C

Tints of Deep Teal #09473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 60 (23.83% from 255) = 42.86%

R = 6.43%
G = 50.71%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#09473C (or 0x09473C) is known color: Deep Teal. HEX triplet: 09, 47 and 3C. RGB value is (9,71,60). Sum of RGB (Red+Green+Blue) = 9+71+60=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #09473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09473C is #F6B8C3. Grayscale: #333333. Windows color (decimal): -16169156 or 3950345. OLE color: 3950345.

HSL color Cylindrical-coordinate representation of color #09473C: hue angle of 169.35º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09473C is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 60 -
CMYK 0.87 0 0.15 0.72
HSL 169.35º 0.78% 0.16% -
HSV(B) 169.35º 0.87% 0.28% -
XYZ 3.18 4.89 5.05 -
YUV 51.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 9 71 60 0.87 0 0.15 0.72 169.35 0.78 0.16
Hex 9 47 3C 57 0 F 48 A9 4E 10
Octal 11 107 74 127 0 17 110 251 116 20
Binary 1001 1000111 111100 1010111 0 1111 1001000 10101001 1001110 10000

Color Harmonies of #09473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09473C

Black with #09473C

Text Example


Text Example

White with #09473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09473C; }

 p { color: rgb(9,71,60); }

 H1.HeaderClassName
 {
   color: #09473C;
 }
 .AnyTagClassName
 {
   color: #09473C;
 }
</style>

background-color css

<style>
 a { background-color: #09473C; }

 a { background-color: rgb(9,71,60); }

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

border-color css

<style>
 span { border-color: #09473C; }

 span { border-color: rgb(9,71,60); }

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