Html Css Color HEX #163931 Deep Teal

📋 copy color: '#163931'

red 22 ◦ green 57 ◦ blue 49

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

Shades of Deep Teal #163931

Tints of Deep Teal #163931

RGB

 RED value IS 22 (8.98% from 255) = 17.19%

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

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

R = 17.19%
G = 44.53%
B = 38.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#163931 (or 0x163931) is known color: Deep Teal. HEX triplet: 16, 39 and 31. RGB value is (22,57,49). Sum of RGB (Red+Green+Blue) = 22+57+49=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #163931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163931 is #E9C6CE. Grayscale: #2D2D2D. Windows color (decimal): -15320783 or 3225878. OLE color: 3225878.

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

Color convert

RGB 22 57 49 -
CMYK 0.61 0 0.14 0.78
HSL 166.29º 0.44% 0.15% -
HSV(B) 166.29º 0.61% 0.22% -
XYZ 2.35 3.32 3.42 -
YUV 45.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 22 57 49 0.61 0 0.14 0.78 166.29 0.44 0.15
Hex 16 39 31 3D 0 E 4E A6 2C F
Octal 26 71 61 75 0 16 116 246 54 17
Binary 10110 111001 110001 111101 0 1110 1001110 10100110 101100 1111

Color Harmonies of #163931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163931

Black with #163931

Text Example


Text Example

White with #163931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163931; }

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

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

background-color css

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

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

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

border-color css

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

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

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