Html Css Color HEX #08473A Deep Teal

📋 copy color: '#08473A'

red 8 ◦ green 71 ◦ blue 58

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

Shades of Deep Teal #08473A

Tints of Deep Teal #08473A

RGB

 RED value IS 8 (3.52% from 255) = 5.84%

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

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

R = 5.84%
G = 51.82%
B = 42.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#08473A (or 0x08473A) is known color: Deep Teal. HEX triplet: 08, 47 and 3A. RGB value is (8,71,58). Sum of RGB (Red+Green+Blue) = 8+71+58=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #08473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08473A is #F7B8C5. Grayscale: #323232. Windows color (decimal): -16234694 or 3819272. OLE color: 3819272.

HSL color Cylindrical-coordinate representation of color #08473A: hue angle of 167.62º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08473A is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 58 -
CMYK 0.89 0 0.18 0.72
HSL 167.62º 0.8% 0.15% -
HSV(B) 167.62º 0.89% 0.28% -
XYZ 3.12 4.86 4.78 -
YUV 50.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 8 71 58 0.89 0 0.18 0.72 167.62 0.8 0.15
Hex 8 47 3A 59 0 12 48 A8 50 F
Octal 10 107 72 131 0 22 110 250 120 17
Binary 1000 1000111 111010 1011001 0 10010 1001000 10101000 1010000 1111

Color Harmonies of #08473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08473A

Black with #08473A

Text Example


Text Example

White with #08473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,71,58); }

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

background-color css

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

 a { background-color: rgb(8,71,58); }

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

border-color css

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

 span { border-color: rgb(8,71,58); }

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