Html Css Color HEX #163831 Deep Teal

📋 copy color: '#163831'

red 22 ◦ green 56 ◦ blue 49

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

Shades of Deep Teal #163831

Tints of Deep Teal #163831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 17.32%
G = 44.09%
B = 38.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#163831 (or 0x163831) is known color: Deep Teal. HEX triplet: 16, 38 and 31. RGB value is (22,56,49). Sum of RGB (Red+Green+Blue) = 22+56+49=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #163831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163831 is #E9C7CE. Grayscale: #2D2D2D. Windows color (decimal): -15321039 or 3225622. OLE color: 3225622.

HSL color Cylindrical-coordinate representation of color #163831: hue angle of 167.65º 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 #163831 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 56 49 -
CMYK 0.61 0 0.12 0.78
HSL 167.65º 0.44% 0.15% -
HSV(B) 167.65º 0.61% 0.22% -
XYZ 2.3 3.22 3.41 -
YUV 45.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 22 56 49 0.61 0 0.12 0.78 167.65 0.44 0.15
Hex 16 38 31 3D 0 C 4E A8 2C F
Octal 26 70 61 75 0 14 116 250 54 17
Binary 10110 111000 110001 111101 0 1100 1001110 10101000 101100 1111

Color Harmonies of #163831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163831

Black with #163831

Text Example


Text Example

White with #163831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163831; }

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

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

background-color css

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

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

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

border-color css

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

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

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