Html Css Color HEX #083931 Deep Teal

📋 copy color: '#083931'

red 8 ◦ green 57 ◦ blue 49

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

Shades of Deep Teal #083931

Tints of Deep Teal #083931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 42.98%

R = 7.02%
G = 50%
B = 42.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#083931 (or 0x083931) is known color: Deep Teal. HEX triplet: 08, 39 and 31. RGB value is (8,57,49). Sum of RGB (Red+Green+Blue) = 8+57+49=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #083931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083931 is #F7C6CE. Grayscale: #292929. Windows color (decimal): -16238287 or 3225864. OLE color: 3225864.

HSL color Cylindrical-coordinate representation of color #083931: hue angle of 170.2º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083931 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 57 49 -
CMYK 0.86 0 0.14 0.78
HSL 170.2º 0.75% 0.13% -
HSV(B) 170.2º 0.86% 0.22% -
XYZ 2.12 3.2 3.41 -
YUV 41.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 8 57 49 0.86 0 0.14 0.78 170.2 0.75 0.13
Hex 8 39 31 56 0 E 4E AA 4B D
Octal 10 71 61 126 0 16 116 252 113 15
Binary 1000 111001 110001 1010110 0 1110 1001110 10101010 1001011 1101

Color Harmonies of #083931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083931

Black with #083931

Text Example


Text Example

White with #083931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083931; }

 p { color: rgb(8,57,49); }

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

background-color css

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

 a { background-color: rgb(8,57,49); }

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

border-color css

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

 span { border-color: rgb(8,57,49); }

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