Html Css Color HEX #08493A Deep Teal

📋 copy color: '#08493A'

red 8 ◦ green 73 ◦ blue 58

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

Shades of Deep Teal #08493A

Tints of Deep Teal #08493A

RGB

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

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

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

R = 5.76%
G = 52.52%
B = 41.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#08493A (or 0x08493A) is known color: Deep Teal. HEX triplet: 08, 49 and 3A. RGB value is (8,73,58). Sum of RGB (Red+Green+Blue) = 8+73+58=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #08493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08493A is #F7B6C5. Grayscale: #333333. Windows color (decimal): -16234182 or 3819784. OLE color: 3819784.

HSL color Cylindrical-coordinate representation of color #08493A: hue angle of 166.15º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08493A is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 58 -
CMYK 0.89 0 0.21 0.71
HSL 166.15º 0.8% 0.16% -
HSV(B) 166.15º 0.89% 0.29% -
XYZ 3.25 5.12 4.82 -
YUV 51.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 8 73 58 0.89 0 0.21 0.71 166.15 0.8 0.16
Hex 8 49 3A 59 0 15 47 A6 50 10
Octal 10 111 72 131 0 25 107 246 120 20
Binary 1000 1001001 111010 1011001 0 10101 1000111 10100110 1010000 10000

Color Harmonies of #08493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08493A

Black with #08493A

Text Example


Text Example

White with #08493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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