Html Css Color HEX #083731 Deep Teal

📋 copy color: '#083731'

red 8 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #083731

Tints of Deep Teal #083731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.11%

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

R = 7.14%
G = 49.11%
B = 43.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#083731 (or 0x083731) is known color: Deep Teal. HEX triplet: 08, 37 and 31. RGB value is (8,55,49). Sum of RGB (Red+Green+Blue) = 8+55+49=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #083731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083731 is #F7C8CE. Grayscale: #282828. Windows color (decimal): -16238799 or 3225352. OLE color: 3225352.

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

Color convert

RGB 8 55 49 -
CMYK 0.85 0 0.11 0.78
HSL 172.34º 0.75% 0.12% -
HSV(B) 172.34º 0.85% 0.22% -
XYZ 2.02 3.01 3.38 -
YUV 40.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 8 55 49 0.85 0 0.11 0.78 172.34 0.75 0.12
Hex 8 37 31 55 0 B 4E AC 4B C
Octal 10 67 61 125 0 13 116 254 113 14
Binary 1000 110111 110001 1010101 0 1011 1001110 10101100 1001011 1100

Color Harmonies of #083731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083731

Black with #083731

Text Example


Text Example

White with #083731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083731; }

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

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

background-color css

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

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

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

border-color css

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

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

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