Html Css Color HEX #08463A Deep Teal

📋 copy color: '#08463A'

red 8 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #08463A

Tints of Deep Teal #08463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.47%

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

R = 5.88%
G = 51.47%
B = 42.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#08463A (or 0x08463A) is known color: Deep Teal. HEX triplet: 08, 46 and 3A. RGB value is (8,70,58). Sum of RGB (Red+Green+Blue) = 8+70+58=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #08463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463A is #F7B9C5. Grayscale: #323232. Windows color (decimal): -16234950 or 3819016. OLE color: 3819016.

HSL color Cylindrical-coordinate representation of color #08463A: hue angle of 168.39º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08463A is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 58 -
CMYK 0.89 0 0.17 0.73
HSL 168.39º 0.79% 0.15% -
HSV(B) 168.39º 0.89% 0.27% -
XYZ 3.05 4.74 4.76 -
YUV 50.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 8 70 58 0.89 0 0.17 0.73 168.39 0.79 0.15
Hex 8 46 3A 59 0 11 49 A8 4F F
Octal 10 106 72 131 0 21 111 250 117 17
Binary 1000 1000110 111010 1011001 0 10001 1001001 10101000 1001111 1111

Color Harmonies of #08463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08463A

Black with #08463A

Text Example


Text Example

White with #08463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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