#163A36

Color #163A36 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #163A36

Tints of Deep Teal #163A36

Color information

#163A36 (or 0x163A36) is unknown color: approx Deep Teal. HEX triplet: 16, 3A and 36. RGB value is (22,58,54). Sum of RGB (Red+Green+Blue) = 22+58+54=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #163A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A36 is #E9C5C9. Grayscale: #2E2E2E. Windows color (decimal): -15320522 or 3553814. OLE color: 3553814.

HSL color Cylindrical-coordinate representation of color #163A36: hue angle of 173.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A36 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB225854-
CMYK0.6200.070.77
HSL173.33º45%15.69%-
HSV(B)173.33º62.07%22.75%-
XYZ2.513.464.03-
YUV46.78132.07110.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 58 (23.05% from 255) = 43.28%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=16.42%
G=43.28%
B=40.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2258540.6200.070.77173.334515.69
Hex163A363E074Dad2d10
Octal26726676071152555520
Binary10110111010110110111110011110011011010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A36; }

 p { color: rgb(22,58,54); }

 H1.HeaderClassName
 {
   color: #163A36;
 }
 .AnyTagClassName
 {
   color: #163A36;
 }
</style>
background-color css

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

 a { background-color: rgb(22,58,54); }

 div.DivClassName
 {
   background-color: #163A36;
 }
 .BgClassName
 {
   background-color: #163A36;
 }
</style>
border-color css

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

 span { border-color: rgb(22,58,54); }

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